diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-02 04:50:22 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-02 04:50:22 +0800 |
commit | c8d9c6fb1e7bb82d33cf7dea11c0668ca4febb0a (patch) | |
tree | 9e461e21e09c08e2b1914231dbf6d0b6c2290cc2 /textproc | |
parent | 58e0d5bf1fc767338b55a2ff36cd83d7db0f404c (diff) | |
download | freebsd-ports-gnome-c8d9c6fb1e7bb82d33cf7dea11c0668ca4febb0a.tar.gz freebsd-ports-gnome-c8d9c6fb1e7bb82d33cf7dea11c0668ca4febb0a.tar.zst freebsd-ports-gnome-c8d9c6fb1e7bb82d33cf7dea11c0668ca4febb0a.zip |
Fix PKGNAMEPREFIX.
Pointed out by: Manfred Lotz <manfred.lotz at yahoo.de> by email
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/linux-f10-libxml2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/linux-f10-libxml2/Makefile b/textproc/linux-f10-libxml2/Makefile index f565f494eafe..897f5004c17f 100644 --- a/textproc/linux-f10-libxml2/Makefile +++ b/textproc/linux-f10-libxml2/Makefile @@ -7,8 +7,9 @@ PORTNAME= libxml2 PORTVERSION= 2.7.3 +PORTREVISION= 1 CATEGORIES= textproc linux -PKGNAMEPREFIX= linux-f8- +PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org |