diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-28 16:33:46 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-28 16:33:46 +0800 |
commit | 56fb1bbee674f93a837dac23f8a27b4ec258b348 (patch) | |
tree | 8c3ef7b577c20ef7a71ea0b9c69c790df2e63d21 /net/dbeacon | |
parent | ba9cbb6ed5f38175e21a773e3976a360de044587 (diff) | |
download | freebsd-ports-gnome-56fb1bbee674f93a837dac23f8a27b4ec258b348.tar.gz freebsd-ports-gnome-56fb1bbee674f93a837dac23f8a27b4ec258b348.tar.zst freebsd-ports-gnome-56fb1bbee674f93a837dac23f8a27b4ec258b348.zip |
- Support staging
- USES -> gmake
Diffstat (limited to 'net/dbeacon')
-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> |