1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Support staging

- USES -> gmake
This commit is contained in:
Emanuel Haupt 2014-02-28 08:33:46 +00:00
parent ba9cbb6ed5
commit 56fb1bbee6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346460

View File

@ -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>