aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2002-05-25 03:25:03 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2002-05-25 03:25:03 +0000
commit51658847b524ced0adb0a6cca97834c4aae312cb (patch)
tree2d452ea5b8531c9ce25f11374edf1d8507039b39
parenta72f291fcf0d4a23218c7ef66cea00b4b37b3cab (diff)
downloadports-51658847b524ced0adb0a6cca97834c4aae312cb.tar.gz
ports-51658847b524ced0adb0a6cca97834c4aae312cb.zip
Update the path name to vfontcap
Remove '@' to display in "make"
Notes
Notes: svn path=/head/; revision=59952
-rw-r--r--japanese/addttfont/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/japanese/addttfont/Makefile b/japanese/addttfont/Makefile
index 730d9396f6fa..b9f560065ce7 100644
--- a/japanese/addttfont/Makefile
+++ b/japanese/addttfont/Makefile
@@ -23,16 +23,19 @@ RUN_DEPENDS= mkres.pl:${PORTSDIR}/japanese/p5-mkres \
USE_PERL5= yes
NO_WRKSUBDIR= yes
+VFLIB_VERSION= 2.25.6
+
do-extract:
- @${RM} -rf ${WRKDIR}
- @${MKDIR} ${WRKDIR}
- @for file in ${DISTFILES}; do \
+ ${RM} -rf ${WRKDIR}
+ ${MKDIR} ${WRKDIR}
+ for file in ${DISTFILES}; do \
${CP} ${DISTDIR}/${DIST_SUBDIR}/$${file} ${WRKSRC}; \
done
do-build:
- @cd ${WRKSRC}; ${MV} ${DISTNAME} ${DISTNAME}.orig; \
- ${SED} -e 's;^#! */usr/bin/perl *;#!${PERL5};' \
+ cd ${WRKSRC}; ${MV} ${DISTNAME} ${DISTNAME}.orig; \
+ ${SED} -e 's;^#! */usr/bin/perl *;#!${PERL5};' \
+ -e 's;/share/VFlib/2.25.2/vfontcap;/share/VFlib/${VFLIB_VERSION}/vfontcap;' \
${DISTNAME}.orig > ${DISTNAME}
do-install: