diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-18 05:40:48 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-18 05:40:48 +0000 |
commit | 535bc100f796868a28d08f67ba8ddfdee43e9d40 (patch) | |
tree | d06b85ce59134dde96a9d51d70bb9da61655335f /audio/xmcd | |
parent | 8dc8a216954ae14a84376a490f4614f540005fd1 (diff) | |
download | ports-535bc100f796868a28d08f67ba8ddfdee43e9d40.tar.gz ports-535bc100f796868a28d08f67ba8ddfdee43e9d40.zip |
Notes
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 6 | ||||
-rw-r--r-- | audio/xmcd/files/patch-ae | 11 |
2 files changed, 6 insertions, 11 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 36881ee87643..0b73c5c4958e 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -28,6 +28,8 @@ RMAN= ${X11BASE}/bin/rman .include <bsd.port.pre.mk> +LIBBINDIR= ${PREFIX}/lib/X11/xmcd/bin-FreeBSD_${OSREL:R}-${ARCH} + post-extract: @${CHMOD} -R u+w ${WRKSRC} @@ -49,6 +51,10 @@ post-build: .endif post-install: + @strip ${LIBBINDIR}/cda + @strip ${LIBBINDIR}/gobrowser + @strip ${LIBBINDIR}/has_alsa + @strip ${LIBBINDIR}/xmcd @${CAT} ${PKGMESSAGE} @${CP} ${WRKSRC}/xmcd_d/XMcd.ad ${PREFIX}/lib/X11/app-defaults/XMcd .if ${XFREE86_VERSION} == 4 diff --git a/audio/xmcd/files/patch-ae b/audio/xmcd/files/patch-ae deleted file mode 100644 index b9142a72d0f2..000000000000 --- a/audio/xmcd/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- make.inc.orig Mon Nov 4 06:44:33 2002 -+++ make.inc Mon Nov 4 05:13:15 2002 -@@ -69,7 +69,7 @@ - AR= ar cq - RM= rm -f - LN= ln -s --CFLAGS= -O $(DEFINES) $(INCDIRS) $(ARCH) $(TIMER) $(TERMIO) $(MISC) -+CFLAGS?= -O $(DEFINES) $(INCDIRS) $(ARCH) $(TIMER) $(TERMIO) $(MISC) - ARCH= -DSVR4 -Di386 - MISC= -DHAS_SETEUID -DHAS_ICONV -DHAS_LAME -DHAS_VORBIS - TIMER= -DUSE_SELECT |