diff options
author | adamw <adamw@FreeBSD.org> | 2003-01-02 13:45:25 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-01-02 13:45:25 +0800 |
commit | dfa46f4b20cb8a4acebcf256c5b9857f7a120739 (patch) | |
tree | 4260e5375eba5665f49bf63c1334fa8fda423627 /audio | |
parent | 3355d5465fa5fd381f6d3894b0e195d52eee6799 (diff) | |
download | freebsd-ports-gnome-dfa46f4b20cb8a4acebcf256c5b9857f7a120739.tar.gz freebsd-ports-gnome-dfa46f4b20cb8a4acebcf256c5b9857f7a120739.tar.zst freebsd-ports-gnome-dfa46f4b20cb8a4acebcf256c5b9857f7a120739.zip |
Prevent .la files from being installed. PLIST change, so
PORTREVISION bump.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnump3d/Makefile | 1 | ||||
-rw-r--r-- | audio/gnump3d/files/patch-configure | 10 | ||||
-rw-r--r-- | audio/gnump3d/pkg-plist | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/audio/gnump3d/Makefile b/audio/gnump3d/Makefile index 001eae0eb3ac..9d7906a80ca5 100644 --- a/audio/gnump3d/Makefile +++ b/audio/gnump3d/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnump3d PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/audio/gnump3d/files/patch-configure b/audio/gnump3d/files/patch-configure new file mode 100644 index 000000000000..d8a29f64b95a --- /dev/null +++ b/audio/gnump3d/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Jan 1 20:03:54 2003 ++++ configure Wed Jan 1 20:04:26 2003 +@@ -5608,6 +5608,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/audio/gnump3d/pkg-plist b/audio/gnump3d/pkg-plist index f9990113064f..8fe0cbfbf935 100644 --- a/audio/gnump3d/pkg-plist +++ b/audio/gnump3d/pkg-plist @@ -46,21 +46,13 @@ etc/gnump3d/split/plugin.html etc/gnump3d/split/results.html etc/gnump3d/split/search.html etc/gnump3d/split/stats.html -lib/gnump3d/bug.la lib/gnump3d/bug.so -lib/gnump3d/last20.la lib/gnump3d/last20.so -lib/gnump3d/now.la lib/gnump3d/now.so -lib/gnump3d/playlist.la lib/gnump3d/playlist.so -lib/gnump3d/search.la lib/gnump3d/search.so -lib/gnump3d/stats.la lib/gnump3d/stats.so -lib/gnump3d/theme.la lib/gnump3d/theme.so -lib/gnump3d/version.la lib/gnump3d/version.so @dirrm lib/gnump3d @exec mkdir -p /var/log/gnump3d |