svn commit: r346460 - head/net/dbeacon

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 28 08:33:47 UTC 2014


Author: ehaupt
Date: Fri Feb 28 08:33:46 2014
New Revision: 346460
URL: http://svnweb.freebsd.org/changeset/ports/346460
QAT: https://qat.redports.org/buildarchive/r346460/

Log:
  - Support staging
  - USES -> gmake

Modified:
  head/net/dbeacon/Makefile

Modified: head/net/dbeacon/Makefile
==============================================================================
--- head/net/dbeacon/Makefile	Fri Feb 28 08:32:07 2014	(r346459)
+++ head/net/dbeacon/Makefile	Fri Feb 28 08:33:46 2014	(r346460)
@@ -9,16 +9,13 @@ MASTER_SITES=	http://fivebits.net/files/
 MAINTAINER=	tony at 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>


More information about the svn-ports-all mailing list