aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/linux-f10-pango/Makefile
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2011-02-25 08:52:30 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2011-02-25 08:52:30 +0000
commitfd5918a6e7dabef98af061c8a9608967c868e088 (patch)
treeeb4d5cbc5811760272b0b49f36bf320256a04e4f /x11-toolkits/linux-f10-pango/Makefile
parentceb2ebfb84363d6e19dbb6975a2040259e33df3e (diff)
downloadports-fd5918a6e7dabef98af061c8a9608967c868e088.tar.gz
ports-fd5918a6e7dabef98af061c8a9608967c868e088.zip
Notes
Diffstat (limited to 'x11-toolkits/linux-f10-pango/Makefile')
-rw-r--r--x11-toolkits/linux-f10-pango/Makefile10
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>