svn commit: r338804 - head/textproc/docbook-xml-440

Jason Helfman jgh at FreeBSD.org
Sun Jan 5 17:28:36 UTC 2014


Author: jgh
Date: Sun Jan  5 17:28:35 2014
New Revision: 338804
URL: http://svnweb.freebsd.org/changeset/ports/338804

Log:
  - fix pkgname collision

Modified:
  head/textproc/docbook-xml-440/Makefile

Modified: head/textproc/docbook-xml-440/Makefile
==============================================================================
--- head/textproc/docbook-xml-440/Makefile	Sun Jan  5 17:27:15 2014	(r338803)
+++ head/textproc/docbook-xml-440/Makefile	Sun Jan  5 17:28:35 2014	(r338804)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${XMLCATMGR}:${PORTSDIR}/te
 USE_ZIP=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-LATEST_LINK=	${PORTNAME}-440
+PKGNAMESUFFIX=	${PORTVERSION:S/.//}
 PLIST=		${WRKSRC}/pkg-plist
 
 XMLCATBASE=	share/xml


More information about the svn-ports-all mailing list