diff options
Diffstat (limited to 'mbone/dbeacon/Makefile')
-rw-r--r-- | mbone/dbeacon/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mbone/dbeacon/Makefile b/mbone/dbeacon/Makefile index 94fe8741a29..1c054c7406f 100644 --- a/mbone/dbeacon/Makefile +++ b/mbone/dbeacon/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2014/10/06 10:04:17 he Exp $ +# $NetBSD: Makefile,v 1.5 2014/12/09 10:45:51 he Exp $ # DISTNAME= dbeacon-0.3.9.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mbone MASTER_SITES= http://fivebits.net/files/dbeacon/ @@ -19,6 +19,8 @@ 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 |