diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-11-14 20:49:54 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-11-14 20:49:54 +0000 |
commit | 1c4c48f91aba02b4ec689a90aeb8da7149de8eb1 (patch) | |
tree | 4be58b20b4571418f56e85ef1d0542b2e11fe3c1 /x11-fonts/linux-f10-fontconfig/Makefile | |
parent | d7c60ba63f77b6f775d1141f79d09a88d568184c (diff) | |
download | ports-1c4c48f91aba02b4ec689a90aeb8da7149de8eb1.tar.gz ports-1c4c48f91aba02b4ec689a90aeb8da7149de8eb1.zip |
Notes
Diffstat (limited to 'x11-fonts/linux-f10-fontconfig/Makefile')
-rw-r--r-- | x11-fonts/linux-f10-fontconfig/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-fonts/linux-f10-fontconfig/Makefile b/x11-fonts/linux-f10-fontconfig/Makefile index 34827e019c38..b08e06f177c2 100644 --- a/x11-fonts/linux-f10-fontconfig/Makefile +++ b/x11-fonts/linux-f10-fontconfig/Makefile @@ -7,9 +7,10 @@ PORTNAME= fontconfig PORTVERSION= 2.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts linux -MASTER_SITES= ftp://rpmfind.net/linux/fedora/core/3/x86_64/os/Fedora/RPMS/ +MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} +MASTER_SITE_SUBDIR=3/x86_64/os/Fedora/RPMS MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Linux/i386 binary of Fontconfig @@ -21,6 +22,7 @@ USE_REINPLACE= yes BASEVERSION= 9 ONLY_FOR_ARCHS= i386 amd64 RPM_SET= fontconfig-2.2.3-5.i386.rpm +PLIST= ${PKGDIR}/pkg-plist #PKGINSTALL= ${WRKDIR}/pkg-install @@ -28,7 +30,7 @@ do-extract: @${RM} -rf ${WRKSRC}/tmp @${MKDIR} ${WRKSRC}/tmp @cd ${WRKSRC}/tmp; \ - rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; + rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | ${CPIO} -id; post-patch: @${REINPLACE_CMD} -i "" -e 's:/usr/share/fonts:${X11BASE}/lib/X11/fonts:g ; \ |