summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-09-07 12:02:05 +0000
committerjperkin <jperkin>2015-09-07 12:02:05 +0000
commitb7c050fe5919376933178df4eb6222e771e91c5e (patch)
treeb5a9abb0790d5444ad5e55a6a860def6e5222560 /mbone
parentb8fe86f4f81af761c106cb5fda92e67c7b5e48a7 (diff)
downloadpkgsrc-b7c050fe5919376933178df4eb6222e771e91c5e.tar.gz
Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
Diffstat (limited to 'mbone')
-rw-r--r--mbone/dbeacon/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mbone/dbeacon/Makefile b/mbone/dbeacon/Makefile
index 077669af24a..d6c06e2c34f 100644
--- a/mbone/dbeacon/Makefile
+++ b/mbone/dbeacon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/07/01 09:22:20 he Exp $
+# $NetBSD: Makefile,v 1.8 2015/09/07 12:02:06 jperkin Exp $
#
DISTNAME= dbeacon-0.3.9.1
@@ -19,8 +19,6 @@ BUILD_DEFS+= IPV6_READY
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples/dbeacon
INSTALLATION_DIRS+= share/doc/dbeacon
-#INSTALL_UNSTRIPPED= yes
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dbeacon ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/dbeacon.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1