diff --git a/sysutils/sysgather/Makefile b/sysutils/sysgather/Makefile index afc7e751339d..c1bb520252aa 100644 --- a/sysutils/sysgather/Makefile +++ b/sysutils/sysgather/Makefile @@ -1,26 +1,27 @@ PORTNAME= sysgather DISTVERSION= 1.0pre10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/sysutils/sysgather/ MAINTAINER= ports@FreeBSD.org COMMENT= Keep configuration files under version control WWW= https://devel.ringlet.net/sysutils/sysgather/ LICENSE= BSD2CLAUSE BUILD_DEPENDS= p5-Config-IniFiles>=0:devel/p5-Config-IniFiles RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix uidfix SHEBANG_FILES= sysgather.pl NO_ARCH= yes +MAKE_ARGS= MANDIR=${PREFIX}/share/man/man OPTIONS_DEFINE= EXAMPLES post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/sysgather.conf.default \ ${STAGEDIR}${PREFIX}/etc/sysgather.conf.sample .include diff --git a/sysutils/sysgather/pkg-plist b/sysutils/sysgather/pkg-plist index ece05d302e5c..1d06f4b60ac4 100644 --- a/sysutils/sysgather/pkg-plist +++ b/sysutils/sysgather/pkg-plist @@ -1,6 +1,6 @@ bin/sysgather @sample etc/sysgather.conf.sample -man/man1/sysgather.1.gz +share/man/man1/sysgather.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/slackware.conf