svn commit: r359848 - head/sysutils/watchmen

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 30 14:18:17 UTC 2014


Author: vanilla
Date: Mon Jun 30 14:18:17 2014
New Revision: 359848
URL: http://svnweb.freebsd.org/changeset/ports/359848
QAT: https://qat.redports.org/buildarchive/r359848/

Log:
  1: Stagify.
  2: use @sample, bump version.
  
  Approved by:	portmgr@ (blanket approval)

Modified:
  head/sysutils/watchmen/Makefile

Modified: head/sysutils/watchmen/Makefile
==============================================================================
--- head/sysutils/watchmen/Makefile	Mon Jun 30 14:13:28 2014	(r359847)
+++ head/sysutils/watchmen/Makefile	Mon Jun 30 14:18:17 2014	(r359848)
@@ -3,6 +3,7 @@
 
 PORTNAME=	watchmen
 PORTVERSION=	0.08
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	GOOGLE_CODE
 
@@ -25,16 +26,14 @@ EMAIL_DESC=	report problems by email
 
 POD2MAN?=	pod2man
 
-MAN1=		${PORTNAME}.1
-PLIST_FILES=	\
-	bin/${PORTNAME}  \
-	etc/${PORTNAME}.conf.dist  \
-	%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/watchmen/.packlist
+PLIST_FILES=	bin/${PORTNAME} \
+		"@sample etc/${PORTNAME}.conf.sample" \
+		%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/watchmen/.packlist \
+		man/man1/${PORTNAME}.1.gz
 PLIST_DIRS=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/watchmen \
 		%%SITE_PERL%%/%%PERL_ARCH%%/auto/App
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MMYSQL}
 USE_MYSQL=	yes
@@ -51,6 +50,6 @@ RUN_DEPENDS+=	p5-MIME-Lite>=0:${PORTSDIR
 .endif
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.dist ${PREFIX}/etc
+	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.dist ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list