diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2011-02-25 08:52:30 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2011-02-25 08:52:30 +0000 |
commit | fd5918a6e7dabef98af061c8a9608967c868e088 (patch) | |
tree | eb4d5cbc5811760272b0b49f36bf320256a04e4f /x11-toolkits/linux-f10-pango/Makefile | |
parent | ceb2ebfb84363d6e19dbb6975a2040259e33df3e (diff) | |
download | ports-fd5918a6e7dabef98af061c8a9608967c868e088.tar.gz ports-fd5918a6e7dabef98af061c8a9608967c868e088.zip |
Notes
Diffstat (limited to 'x11-toolkits/linux-f10-pango/Makefile')
-rw-r--r-- | x11-toolkits/linux-f10-pango/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-toolkits/linux-f10-pango/Makefile b/x11-toolkits/linux-f10-pango/Makefile index 1832dbb0f22a..1eeaab7c0c7c 100644 --- a/x11-toolkits/linux-f10-pango/Makefile +++ b/x11-toolkits/linux-f10-pango/Makefile @@ -6,11 +6,13 @@ # PORTNAME= pango -PORTVERSION= 1.22.3 -PORTREVISION= 1 +PORTVERSION= 1.28.3 +DISTVERSIONSUFFIX= -1.fc10 CATEGORIES= x11-toolkits linux +MASTER_SITES= LOCAL +MASTER_SITE_SUBDIR= netchild/rpms/${LINUX_DIST}${LINUX_DIST_VER} +MASTER_SITE_SRC_SUBDIR= netchild/rpms/${LINUX_DIST}${LINUX_DIST_VER} PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= The pango library (Linux Fedora 10) @@ -29,6 +31,6 @@ USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr post-install: - @${PREFIX}/usr/bin/pango-querymodules-32 > ${PREFIX}/etc/pango/i386-redhat-linux-gnu/pango.modules + @${PREFIX}/usr/bin/pango-querymodules-32 > ${PREFIX}/etc/pango/i686-pc-linux-gnu/pango.modules .include <bsd.port.mk> |