diff --git a/net-mgmt/ciscoconf/Makefile b/net-mgmt/ciscoconf/Makefile index abed5dd4f303..7cf99b54e112 100644 --- a/net-mgmt/ciscoconf/Makefile +++ b/net-mgmt/ciscoconf/Makefile @@ -1,5 +1,6 @@ PORTNAME= ciscoconf PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ISC/ciscoconf/ \ http://software.automagic.org/ciscoconf/ @@ -22,9 +23,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ciscoconfd ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ciscoconfr ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ciscoconfd.man \ - ${STAGEDIR}${MANPREFIX}/man/man8/ciscoconfd.8 + ${STAGEDIR}${PREFIX}/share/man/man8/ciscoconfd.8 ${INSTALL_MAN} ${WRKSRC}/ciscoconfr.man \ - ${STAGEDIR}${MANPREFIX}/man/man8/ciscoconfr.8 + ${STAGEDIR}${PREFIX}/share/man/man8/ciscoconfr.8 @${MKDIR} ${STAGEDIR}${PREFIX}/share/cisco/RCS .include diff --git a/net-mgmt/ciscoconf/pkg-plist b/net-mgmt/ciscoconf/pkg-plist index 45cf27f93d93..4f1fa6185f36 100644 --- a/net-mgmt/ciscoconf/pkg-plist +++ b/net-mgmt/ciscoconf/pkg-plist @@ -1,5 +1,5 @@ bin/ciscoconfd bin/ciscoconfr -man/man8/ciscoconfd.8.gz -man/man8/ciscoconfr.8.gz +share/man/man8/ciscoconfd.8.gz +share/man/man8/ciscoconfr.8.gz @dir share/cisco/RCS