diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-31 16:57:18 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-31 16:57:18 +0000 |
commit | 2a9911b9a642146579976a622bfaa1ae603f4abd (patch) | |
tree | ed85e618ac9b054acedf2bbbdbd03e249be3d460 /japanese/linux-ttfonts | |
parent | b2011bd5b628805b1849b3bb50fe8afc24d126d1 (diff) |
Notes
Diffstat (limited to 'japanese/linux-ttfonts')
-rw-r--r-- | japanese/linux-ttfonts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/linux-ttfonts/Makefile b/japanese/linux-ttfonts/Makefile index c26b5db80367..55342a7d3ac5 100644 --- a/japanese/linux-ttfonts/Makefile +++ b/japanese/linux-ttfonts/Makefile @@ -12,8 +12,6 @@ CATEGORIES= japanese x11-fonts linux MAINTAINER= trevor@FreeBSD.org COMMENT= Japanese Truetype fonts for use with Linux emulation -BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio - BASEVERSION= 9 MD5_FILE= ${MASTERDIR}/distinfo PLIST= ${WRKDIR}/plist @@ -23,7 +21,7 @@ pre-install: ${RM} -rf ${WRKSRC}/tmp ${MKDIR} ${WRKSRC}/tmp cd ${WRKSRC}/tmp; \ - rpm2cpio.pl < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ + rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ ${FIND} * -type f -o -type l > ${PLIST}; \ ${FIND} -d * -type d | ${GREP} ja | ${SED} -e 's:^:@dirrm :' \ >> ${PLIST} |