diff options
author | jperkin <jperkin> | 2015-09-07 12:02:05 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2015-09-07 12:02:05 +0000 |
commit | 34e2f729f34808312f5f0e44630687c409a61b6b (patch) | |
tree | b5a9abb0790d5444ad5e55a6a860def6e5222560 /mbone | |
parent | d5594bbc3e3d0ef54f0917094ecff956dcac5d46 (diff) | |
download | pkgsrc-34e2f729f34808312f5f0e44630687c409a61b6b.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/Makefile | 4 |
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 |