diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-09 10:32:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-09 10:32:17 +0000 |
commit | 03c7f3c4124caf0cd8735753986ee630eadd37a1 (patch) | |
tree | 189a80efa2e38aa19030ea7b4b8cb695b45c1793 /net/icpld | |
parent | 7f150628b82a9393c17e596a0b838a425c3842ea (diff) |
Diffstat (limited to 'net/icpld')
-rw-r--r-- | net/icpld/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/icpld/Makefile b/net/icpld/Makefile index bf44e5dacae5..27d89c9c6426 100644 --- a/net/icpld/Makefile +++ b/net/icpld/Makefile @@ -1,6 +1,6 @@ PORTNAME= icpld PORTVERSION= 1.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.ibiblio.org/icpld/download/ \ http://freebsd.unixfreunde.de/sources/ @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes PORTDOCS= README PLIST_FILES= bin/icpld etc/icpld.conf.sample etc/rc.d/icpld.sh.sample \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz OPTIONS_DEFINE= IPV6 DOCS @@ -22,7 +22,7 @@ IPV6_CONFIGURE_ENABLE= ipv6 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${ECHO_MSG} '===> Installing ${STAGEDIR}${PREFIX}/etc/icpld.conf.sample file.' ${INSTALL_DATA} ${WRKSRC}/icpld.conf.sample ${STAGEDIR}${PREFIX}/etc @${ECHO_MSG} '===> Installing ${STAGEDIR}${PREFIX}/etc/rc.d/icpld.sh.sample' |