Strip installed binaries. Remove patch-ae since the file it modifies

is not needed when using imake.

Submitted by:	Carl Mascott <cmascott@att.net>
This commit is contained in:
Daniel Eischen 2003-04-18 05:40:48 +00:00
parent 8dc8a21695
commit 535bc100f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79191
2 changed files with 6 additions and 11 deletions

View file

@ -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

View file

@ -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