From b7c050fe5919376933178df4eb6222e771e91c5e Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 7 Sep 2015 12:02:05 +0000 Subject: Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages. --- mbone/dbeacon/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mbone') 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 -- cgit v1.2.3