From 535bc100f796868a28d08f67ba8ddfdee43e9d40 Mon Sep 17 00:00:00 2001 From: Daniel Eischen Date: Fri, 18 Apr 2003 05:40:48 +0000 Subject: [PATCH] Strip installed binaries. Remove patch-ae since the file it modifies is not needed when using imake. Submitted by: Carl Mascott --- audio/xmcd/Makefile | 6 ++++++ audio/xmcd/files/patch-ae | 11 ----------- 2 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 audio/xmcd/files/patch-ae 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 +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