diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-17 02:12:19 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-17 02:12:19 +0800 |
commit | a8664537df9099e0fd920f6c4621d5ef7f81a74e (patch) | |
tree | 5108c1c5ba00ccdace407a919035d9934e3317f2 | |
parent | a09d3a85b82155f558d437ececdea9d181755a37 (diff) | |
download | marcuscom-ports-a8664537df9099e0fd920f6c4621d5ef7f81a74e.tar marcuscom-ports-a8664537df9099e0fd920f6c4621d5ef7f81a74e.tar.gz marcuscom-ports-a8664537df9099e0fd920f6c4621d5ef7f81a74e.tar.bz2 marcuscom-ports-a8664537df9099e0fd920f6c4621d5ef7f81a74e.tar.lz marcuscom-ports-a8664537df9099e0fd920f6c4621d5ef7f81a74e.tar.xz marcuscom-ports-a8664537df9099e0fd920f6c4621d5ef7f81a74e.tar.zst marcuscom-ports-a8664537df9099e0fd920f6c4621d5ef7f81a74e.zip |
Update to 2.9.6, use DOCSDIR, and fix some Makefile spacing.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1680 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/ORBit2/Makefile | 4 | ||||
-rw-r--r-- | devel/ORBit2/distinfo | 2 | ||||
-rw-r--r-- | devel/ORBit2/pkg-plist | 16 |
3 files changed, 8 insertions, 14 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index 0074d20cf..2ca9f0ae4 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ORBit2 -PORTVERSION= 2.9.5 +PORTVERSION= 2.9.6 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.9 @@ -23,7 +23,7 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_GNOME= gnomehack libidl -CONFIGURE_ARGS= --disable-indent \ +CONFIGURE_ARGS= --disable-indent \ --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/ORBit2/distinfo b/devel/ORBit2/distinfo index 3c0ddfa9c..a33e5050d 100644 --- a/devel/ORBit2/distinfo +++ b/devel/ORBit2/distinfo @@ -1 +1 @@ -MD5 (gnome2/ORBit2-2.9.5.tar.bz2) = 2ac06a042f1b790e2b589aff5d937f1a +MD5 (gnome2/ORBit2-2.9.6.tar.bz2) = 9ace994868ccc2a546ef1e75a9481bbc diff --git a/devel/ORBit2/pkg-plist b/devel/ORBit2/pkg-plist index ea2dca5ab..1343f8c16 100644 --- a/devel/ORBit2/pkg-plist +++ b/devel/ORBit2/pkg-plist @@ -64,19 +64,13 @@ libdata/pkgconfig/ORBit-idl-2.0.pc libdata/pkgconfig/ORBit-imodule-2.0.pc libdata/pkgconfig/ORBit-CosNaming-2.0.pc share/aclocal/ORBit2.m4 -share/doc/ORBit2/ORBit2-orbit2-allocators.html -share/doc/ORBit2/ORBit2-orbit2-small.html -share/doc/ORBit2/ORBit2.devhelp -share/doc/ORBit2/general.html -share/doc/ORBit2/home.png -share/doc/ORBit2/index.html -share/doc/ORBit2/index.sgml -share/doc/ORBit2/left.png -share/doc/ORBit2/right.png -share/doc/ORBit2/up.png +%%DOCSDIR%%/home.png +%%DOCSDIR%%/left.png +%%DOCSDIR%%/right.png +%%DOCSDIR%%/up.png share/idl/orbit-2.0/CosNaming.idl @dirrm share/idl/orbit-2.0 -@dirrm share/doc/ORBit2 +@dirrm %%DOCSDIR%% @unexec /bin/rmdir %D/share/idl 2>/dev/null || /usr/bin/true @unexec /bin/rmdir %D/lib/orbit-2.0 2>/dev/null || /usr/bin/true @dirrm include/orbit-2.0/orbit/util |