diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-12-03 14:59:32 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-12-03 14:59:32 +0000 |
commit | 7d24d30645472066e1defd9232843e35639acbd9 (patch) | |
tree | 6686e55e63ba9a2c0507c4ac7b50d3474bfb8042 /textproc/linux-libxml2/Makefile | |
parent | 0ec06b37b4ea196a647fdafcd531b855dbdf06dd (diff) |
Notes
Diffstat (limited to 'textproc/linux-libxml2/Makefile')
-rw-r--r-- | textproc/linux-libxml2/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/textproc/linux-libxml2/Makefile b/textproc/linux-libxml2/Makefile index 250e6748451c..80f39d9b6cb5 100644 --- a/textproc/linux-libxml2/Makefile +++ b/textproc/linux-libxml2/Makefile @@ -6,13 +6,20 @@ # PORTNAME= libxml -PORTVERSION= 1.8.10 -PORTREVISION= 3 +PORTVERSION= 1.8.17 +PORTREVISION= 0 CATEGORIES= textproc linux +MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} +MASTER_SITE_SUBDIR= 3/i386/os/Fedora/RPMS 3/SRPMS + +.if defined(PACKAGE_BUILDING) +SRC_DISTFILES+= libxml-${PORTVERSION}-11.src.rpm +ALWAYS_KEEP_DISTFILES= yes +.endif MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of libxml -RPM_SET= libxml-${PORTVERSION}-1.${ARCH}.rpm +RPM_SET= libxml-${PORTVERSION}-11.${ARCH}.rpm .include "../../x11-toolkits/linux-gtk/Makefile" |