aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-09-28 09:55:08 +0800
committersteve <steve@FreeBSD.org>1998-09-28 09:55:08 +0800
commit2449884aa924f90205cdee7100ff430708b2a815 (patch)
tree29d825411f8123184bbb1389d13278846b5ca5f0 /audio
parentebaf9532e233b1205b4b2e4fe3a63ba0e5337b3d (diff)
downloadfreebsd-ports-gnome-2449884aa924f90205cdee7100ff430708b2a815.tar.gz
freebsd-ports-gnome-2449884aa924f90205cdee7100ff430708b2a815.tar.zst
freebsd-ports-gnome-2449884aa924f90205cdee7100ff430708b2a815.zip
Don't strip binary in ELF install.
Diffstat (limited to 'audio')
-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