diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-31 19:06:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-31 19:06:16 +0800 |
commit | 752dd242022d29c0c0765e271db8ee92c357f022 (patch) | |
tree | 27ff47bbbe51d90cf1533f43f442cd0c116a44cd /textproc | |
parent | bd25d5a671aa41940fd379f2aec7d61d30eed348 (diff) | |
download | freebsd-ports-gnome-752dd242022d29c0c0765e271db8ee92c357f022.tar.gz freebsd-ports-gnome-752dd242022d29c0c0765e271db8ee92c357f022.tar.zst freebsd-ports-gnome-752dd242022d29c0c0765e271db8ee92c357f022.zip |
Fix pkgname collision
With hat: portmgr
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xhtml-11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xhtml-11/Makefile b/textproc/xhtml-11/Makefile index 921adfb28a51..e1f2a0730320 100644 --- a/textproc/xhtml-11/Makefile +++ b/textproc/xhtml-11/Makefile @@ -7,6 +7,7 @@ PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.w3.org/TR/2007/WD-xhtml11-${RECDATE}/ DISTNAME= xhtml11 +PKGNAMESUFFIX= -11 EXTRACT_SUFX= .tgz MAINTAINER= gabor@FreeBSD.org @@ -16,7 +17,6 @@ RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr RECDATE= 20070216 -LATEST_LINK= xhtml-11 WRKSRC= ${WRKDIR}/xhtml11-${RECDATE} NO_BUILD= yes PLIST_SUB+= XMLCAT_ADD="${XMLCAT_ADD}" \ |