diff --git a/lang/petite-chez/Makefile b/lang/petite-chez/Makefile index 0adcfa7a237a..aee836a25639 100644 --- a/lang/petite-chez/Makefile +++ b/lang/petite-chez/Makefile @@ -1,6 +1,6 @@ PORTNAME= petite-chez PORTVERSION= 8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang scheme MASTER_SITES= http://www.scheme.com/download/ \ http://tx97.net/pub/distfiles/ @@ -27,7 +27,7 @@ WRKSRC= ${WRKDIR}/csv${PORTVERSION}/custom HAS_CONFIGURE= yes USES= iconv CONFIGURE_ARGS= --installprefix=${PREFIX} \ - --installman=${MANPREFIX}/man \ + --installman=${PREFIX}/share/man \ --temproot=${STAGEDIR} \ --force-relink \ --nogzip-man-pages \ diff --git a/lang/petite-chez/pkg-plist b/lang/petite-chez/pkg-plist index 09af39aee965..100242b7c2b0 100644 --- a/lang/petite-chez/pkg-plist +++ b/lang/petite-chez/pkg-plist @@ -27,4 +27,4 @@ lib/csv%%CHEZ_VERSION%%/lib/scons.ss lib/csv%%CHEZ_VERSION%%/lib/setof.ss lib/csv%%CHEZ_VERSION%%/lib/socket.ss lib/csv%%CHEZ_VERSION%%/lib/unify.ss -man/man1/petite.1.gz +share/man/man1/petite.1.gz