diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-02 16:58:00 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-02 16:58:00 +0000 |
commit | 2beaf2c8791930311f21b5a5e18de6a856aa06f8 (patch) | |
tree | 6c3f9c2c1f3ccd3897d0ff179df35146be2f53a8 /audio/xmms | |
parent | cdd21d02fb946c0e5ce00b7c69912418810bb0b9 (diff) | |
download | FreeBSD-ports-2beaf2c8791930311f21b5a5e18de6a856aa06f8.zip FreeBSD-ports-2beaf2c8791930311f21b5a5e18de6a856aa06f8.tar.gz |
remove a.out support
Diffstat (limited to 'audio/xmms')
-rw-r--r-- | audio/xmms/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms/pkg-plist | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index f6ccc85..97807a8 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -39,7 +39,4 @@ post-extract: @${PERL} -pi.bak -e 's:blur_8.s:blur_8.S:g' \ ${WRKSRC}/Visualization/blur_scope/Makefile.in -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> diff --git a/audio/xmms/pkg-plist b/audio/xmms/pkg-plist index dd1ed4b..32f314f 100644 --- a/audio/xmms/pkg-plist +++ b/audio/xmms/pkg-plist @@ -10,9 +10,9 @@ include/xmms/dga.h include/xmms/plugin.h lib/libxmms.so.1 @exec ln -fs %D/%F %B/libxmms.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib +@exec /sbin/ldconfig -m %D/lib @unexec rm -f %B/libxmms.so -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@unexec /sbin/ldconfig -R lib/xmms/Output/libOSS.so lib/xmms/Output/libdisk_writer.so lib/xmms/Input/libwav.so |