1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- Convert to STAGEDIR, the side effect is that the packages are fixed

(this ports uses imake but didn't compress man pages)
This commit is contained in:
Antoine Brodin 2013-11-03 20:02:42 +00:00
parent 32d2677097
commit 5631c01184
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332645
2 changed files with 10 additions and 7 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= vcg
PORTVERSION= 1.30
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://download.polytechnic.edu.na/pub2/openpkg1/sources/DST/vcg/ \
http://ftp.gwdg.de/linux/openpkg/openpkg-ftp/sources/DST/vcg/ \
@ -23,9 +23,6 @@ USES= imake:env
USE_XORG= x11 xext
MAKE_JOBS_UNSAFE= yes
MANL= pbmrot90.l pbmshift.l pbm2hp.l vcgdemomaker.l vcg.l xvcg.l
NO_STAGE= yes
pre-patch:
@${MKDIR} ${WRKSRC}/preconf/X11ccFreeBSD
.for file in conf demo.csh globals.h tMakefile
@ -33,7 +30,7 @@ pre-patch:
-e "s:%%CFLAGS%%:${CFLAGS}:g" \
-e "s:%%MAKE%%:${MAKE}:g;" \
-e "s:%%LOCALBASE%%:${LOCALBASE}:g" \
-e "s:%%PREFIX%%:${PREFIX}:g" \
-e "s:%%PREFIX%%:${STAGEDIR}${PREFIX}:g" \
-e "s:%%INSTALL_PROGRAM%%:${INSTALL_PROGRAM}:g" \
-e "s:%%INSTALL_MAN%%:${INSTALL_MAN}:g" \
< ${FILESDIR}/${file} > ${WRKSRC}/preconf/X11ccFreeBSD/${file}

View File

@ -1,5 +1,11 @@
bin/xvcg
bin/pbm2hp
bin/pbmrot90
bin/pbmshift
bin/pbm2hp
bin/vcgdemomaker
bin/xvcg
man/manl/pbm2hp.l.gz
man/manl/pbmrot90.l.gz
man/manl/pbmshift.l.gz
man/manl/vcg.l.gz
man/manl/vcgdemomaker.l.gz
man/manl/xvcg.l.gz