aboutsummaryrefslogtreecommitdiff
path: root/sysutils/etcmerge/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/etcmerge/Makefile')
-rw-r--r--sysutils/etcmerge/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/etcmerge/Makefile b/sysutils/etcmerge/Makefile
index fa5abd69341e..f5be95952d06 100644
--- a/sysutils/etcmerge/Makefile
+++ b/sysutils/etcmerge/Makefile
@@ -1,5 +1,6 @@
PORTNAME= etcmerge
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
@@ -14,10 +15,10 @@ NO_BUILD= yes
NO_ARCH= yes
NO_WRKSUBDIR= yes
-PLIST_FILES= man/man8/${PORTNAME}.8.gz sbin/etcmerge
+PLIST_FILES= share/man/man8/${PORTNAME}.8.gz sbin/etcmerge
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
- ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
+ ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>