diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 16:08:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 16:08:59 +0000 |
commit | da299021f1f5922f8350023e31f88aaa79af31be (patch) | |
tree | b9119401a5e71c2db0b30812d2ba00696bedd65a /sysutils/sysgather/Makefile | |
parent | 513ec18f0b9556e009a65069c491dde1f9e1d808 (diff) |
Notes
Diffstat (limited to 'sysutils/sysgather/Makefile')
-rw-r--r-- | sysutils/sysgather/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sysutils/sysgather/Makefile b/sysutils/sysgather/Makefile index 0fc7dfe30283..1248d06c9008 100644 --- a/sysutils/sysgather/Makefile +++ b/sysutils/sysgather/Makefile @@ -3,6 +3,7 @@ PORTNAME= sysgather DISTVERSION= 1.0pre10 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/sysutils/sysgather/ @@ -14,15 +15,19 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles RUN_DEPENDS:= ${BUILD_DEPENDS} -OPTIONS_DEFINE= EXAMPLES - USES= perl5 shebangfix uidfix SHEBANG_FILES= sysgather.pl +OPTIONS_DEFINE= EXAMPLES + .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MEXAMPLES) MAKE_ENV+= EXAMPLESDIR="${WRKDIR}" .endif +post-install: + ${MV} ${STAGEDIR}${PREFIX}/etc/sysgather.conf.default \ + ${STAGEDIR}${PREFIX}/etc/sysgather.conf.sample + .include <bsd.port.mk> |