diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-05-24 17:21:37 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-05-24 17:21:37 +0000 |
commit | 31c72f10282335a0713938afd814a1da3d9e76d0 (patch) | |
tree | aaed71161e3a995a6ca276c5ddfb6c912f3f22bc /www/man2web | |
parent | 279356f9570b138f3c125758628f115978219195 (diff) |
Notes
Diffstat (limited to 'www/man2web')
-rw-r--r-- | www/man2web/Makefile | 8 | ||||
-rw-r--r-- | www/man2web/pkg-plist | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/www/man2web/Makefile b/www/man2web/Makefile index ed23b782ab1f..b7a8620bd0d1 100644 --- a/www/man2web/Makefile +++ b/www/man2web/Makefile @@ -15,18 +15,14 @@ CONFIGURE_ARGS= --bindir="${PREFIX}/${CGIDIR}" \ --with-manpath=/usr/share/man:${LOCALBASE}/man \ --with-distro=freebsd --enable-lynx +CGIDIR= www/cgi-bin PLIST_SUB= CGIDIR="${CGIDIR}" -CGIDIR= www/cgi-bin -MAN1= man2web.1 -MAN5= man2web.conf.5 - -NO_STAGE= yes post-extract: ${CP} ${FILESDIR}/freebsd.h ${WRKSRC}/src/section_h/ # default Apache configuration disallows symlinks in cgi-bin post-install: - ${LN} -sf ${PREFIX}/${CGIDIR}/man2web ${PREFIX}/bin/man2web + ${LN} -sf ${PREFIX}/${CGIDIR}/man2web ${STAGEDIR}${PREFIX}/bin/man2web .include <bsd.port.mk> diff --git a/www/man2web/pkg-plist b/www/man2web/pkg-plist index 2e2e2d09d35e..3f6dea8e7b66 100644 --- a/www/man2web/pkg-plist +++ b/www/man2web/pkg-plist @@ -1,4 +1,6 @@ bin/man2web -%%CGIDIR%%/man2web etc/man2web.conf.default +man/man1/man2web.1.gz +man/man5/man2web.conf.5.gz +%%CGIDIR%%/man2web @dirrmtry %%CGIDIR%% |