diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-21 06:39:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-21 06:39:44 +0800 |
commit | d37652b6c8c507c00bfa1640b832cfab975751e0 (patch) | |
tree | 9f9f4922c08e571b078c4be494f50d0fd9fc556a /devel | |
parent | cf980d3ee28d615a212f0aa7c95c228c771b0dee (diff) | |
download | freebsd-ports-gnome-d37652b6c8c507c00bfa1640b832cfab975751e0.tar.gz freebsd-ports-gnome-d37652b6c8c507c00bfa1640b832cfab975751e0.tar.zst freebsd-ports-gnome-d37652b6c8c507c00bfa1640b832cfab975751e0.zip |
Fix duplicate pkgname
Diffstat (limited to 'devel')
-rw-r--r-- | devel/apr2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index e816162e4309..61847f87cfe7 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 2.0.${SNAPDATE} CATEGORIES= devel MASTER_SITES= LOCAL/ohauer DISTNAME= ${PORTNAME}_${SNAPDATE} +PKGNAMESUFFIX= 2 MAINTAINER= apache@FreeBSD.org COMMENT= Apache Portability Library @@ -14,7 +15,6 @@ LICENSE= APACHE20 LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -NO_LATEST_LINK= yes NO_PACKAGE= yes SNAPDATE= 20140626144503 |