aboutsummaryrefslogtreecommitdiff
path: root/net/dbeacon
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 08:33:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 08:33:46 +0000
commit56fb1bbee674f93a837dac23f8a27b4ec258b348 (patch)
tree8c3ef7b577c20ef7a71ea0b9c69c790df2e63d21 /net/dbeacon
parentba9cbb6ed5f38175e21a773e3976a360de044587 (diff)
downloadports-56fb1bbee674f93a837dac23f8a27b4ec258b348.tar.gz
ports-56fb1bbee674f93a837dac23f8a27b4ec258b348.zip
- Support staging
- USES -> gmake
Notes
Notes: svn path=/head/; revision=346460
Diffstat (limited to 'net/dbeacon')
-rw-r--r--net/dbeacon/Makefile11
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>