mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/petite-chez: Sanitize MANPREFIX
Contrary to others this has not been tested Approved by: portmgr (blanket)
This commit is contained in:
parent
fe67740033
commit
2b6ad65ff3
2 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue