Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 08:33:46 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346460 - head/net/dbeacon
Message-ID:  <201402280833.s1S8Xkjk078153@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402280833.s1S8Xkjk078153>