diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-28 17:18:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-28 17:18:38 +0000 |
commit | 5786e86ede4b884130448c9457f2c525a89c4c77 (patch) | |
tree | 200abdddf8282c6ef67c294489ccf93d861faf45 /textproc | |
parent | cbb00220d230ce33fb7490d638b39bde2d2ecd90 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-libxml2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 611fd0529f3a..863824aa1413 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -13,7 +13,7 @@ PORTNAME= libxml2 PORTVERSION= 2.6.20 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES?= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index f7d13f26b49c..a28a7ec809c3 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ # +PORTREVISION= 2 CATEGORIES= textproc gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PORTREVISION= 2 MAINTAINER= gnome@FreeBSD.org COMMENT= Python interface for XML parser library for GNOME |