diff options
Diffstat (limited to 'textproc/linux-c6-expat/Makefile')
-rw-r--r-- | textproc/linux-c6-expat/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/textproc/linux-c6-expat/Makefile b/textproc/linux-c6-expat/Makefile index 9eb690dfa500..b212984d9b50 100644 --- a/textproc/linux-c6-expat/Makefile +++ b/textproc/linux-c6-expat/Makefile @@ -3,20 +3,16 @@ PORTNAME= expat PORTVERSION= 2.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc linux MAINTAINER= emulation@FreeBSD.org -COMMENT= Linux/i386 binary port of Expat XML-parsing library (Linux CentOS ${LINUX_DIST_VER}) - -CONFLICTS= linux-expat-[0-9]* linux-f8-expat-[0-9]* linux-f10-expat-[0-9]* +COMMENT= XML 1.0 parser written in C (Linux CentOS ${LINUX_DIST_VER}) +DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr RPMVERSION= 13.el6_8 USES= linux:c6 -USE_LINUX_RPM= yes USE_LDCONFIG= yes - -PORTDOCS= COPYING README -DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr +USE_LINUX_RPM= yes .include <bsd.port.mk> |