diff options
Diffstat (limited to 'audio/x11amp/Makefile')
-rw-r--r-- | audio/x11amp/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile index 591fe77fea45..aa97a31f084f 100644 --- a/audio/x11amp/Makefile +++ b/audio/x11amp/Makefile @@ -3,7 +3,7 @@ # Date created: 13 Jul 1998 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/08/05 09:30:44 asami Exp $ +# $Id: Makefile,v 1.4 1998/09/28 01:55:08 steve Exp $ # DISTNAME= x11amp-0.7-FreeBSD @@ -20,14 +20,16 @@ WRKSRC= ${WRKDIR}/x11amp USE_X_PREFIX= YES NO_BUILD= YES +.include <bsd.port.pre.mk> + +.if ${PORTOBJFORMAT} == "elf" +STRIP= +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/x11amp ${PREFIX}/bin/x11amp post-install: @${CAT} ${PKGDIR}/MESSAGE -.include <bsd.port.mk> - -.if ${PORTOBJFORMAT} == "elf" -STRIP= -.endif +.include <bsd.port.post.mk> |