aboutsummaryrefslogtreecommitdiff
path: root/audio/x11amp
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-28 01:55:08 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-28 01:55:08 +0000
commit1a3f9e8f13439d5836c7ec15ab1380d4f0c8227e (patch)
tree42812df8f1ab15d097cc6b5e97a7a5eea31800b7 /audio/x11amp
parentc0c375241e6fb821420ca0148c2f460653b707ea (diff)
downloadports-1a3f9e8f13439d5836c7ec15ab1380d4f0c8227e.tar.gz
ports-1a3f9e8f13439d5836c7ec15ab1380d4f0c8227e.zip
Notes
Diffstat (limited to 'audio/x11amp')
-rw-r--r--audio/x11amp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile
index dd989aa105fb..591fe77fea45 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.2 1998/07/13 22:55:43 dburr Exp $
+# $Id: Makefile,v 1.3 1998/08/05 09:30:44 asami Exp $
#
DISTNAME= x11amp-0.7-FreeBSD
@@ -27,3 +27,7 @@ post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>
+
+.if ${PORTOBJFORMAT} == "elf"
+STRIP=
+.endif