diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-01 00:57:18 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-01 00:57:18 +0800 |
commit | 8a34a65f625d48c2e3e00e302ef205dfffe649b8 (patch) | |
tree | bd2a1f4783d4e555994e3705c510c87e709b8013 /japanese/linux-ttfonts/Makefile | |
parent | 25f6b29bd7efe5c376a8e4f5f4e14039dbbdcdcd (diff) | |
download | freebsd-ports-gnome-8a34a65f625d48c2e3e00e302ef205dfffe649b8.tar.gz freebsd-ports-gnome-8a34a65f625d48c2e3e00e302ef205dfffe649b8.tar.zst freebsd-ports-gnome-8a34a65f625d48c2e3e00e302ef205dfffe649b8.zip |
patch from
<URL:http://people.freebsd.org/~trevor/ports/freeze-5.2/linux-misc-depends.diff>
to fix dependencies: these ports need ports/archivers/rpm for their
do-install, so they can can use the rpm2cpio that accompanies it
Reviewed by: silence (two months) from portmgr and freebsd-ports-bugs
Diffstat (limited to 'japanese/linux-ttfonts/Makefile')
-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} |