diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-28 16:33:46 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-28 16:33:46 +0800 |
commit | 937d7a6e50c8541ecf0cc84e33e0f077201258d5 (patch) | |
tree | 8c3ef7b577c20ef7a71ea0b9c69c790df2e63d21 /net | |
parent | 2430e68212ca6e8ab3e5526a7713318c3c52d52f (diff) | |
download | freebsd-ports-gnome-937d7a6e50c8541ecf0cc84e33e0f077201258d5.tar.gz freebsd-ports-gnome-937d7a6e50c8541ecf0cc84e33e0f077201258d5.tar.zst freebsd-ports-gnome-937d7a6e50c8541ecf0cc84e33e0f077201258d5.zip |
- Support staging
- USES -> gmake
Diffstat (limited to 'net')
-rw-r--r-- | net/dbeacon/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/dbeacon/Makefile b/net/dbeacon/Makefile index 657a59c7d1d6..0766eee41d19 100644 --- a/net/dbeacon/Makefile +++ b/net/dbeacon/Makefile @@ -9,16 +9,13 @@ MASTER_SITES= http://fivebits.net/files/dbeacon/ MAINTAINER= tony@lava.net COMMENT= Distributed multicast beacon server -PLIST_FILES= bin/dbeacon - -USE_GMAKE= yes -MAN1= dbeacon.1 +USES= gmake +PLIST_FILES= bin/dbeacon man/man1/dbeacon.1.gz USE_RC_SUBR= dbeacon -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/docs/dbeacon.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/docs/dbeacon.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> |