Update the path name to vfontcap

Remove '@' to display in "make"
This commit is contained in:
Satoshi Taoka 2002-05-25 03:25:03 +00:00
parent a72f291fcf
commit 51658847b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59952

View File

@ -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: