aboutsummaryrefslogtreecommitdiff
path: root/lang/python3
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-12-12 08:12:13 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-12-12 08:12:13 +0000
commit3c42a05d45840bd4ccfa8af5737ee2fc5f14e339 (patch)
treeb82e0e3a88afa1756b58cfdab1959f999cd268bf /lang/python3
parentdce3b6ceda33563f554660e099aafb5193677f6f (diff)
Notes
Diffstat (limited to 'lang/python3')
-rw-r--r--lang/python3/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/python3/Makefile b/lang/python3/Makefile
index 0feced56ecdd..9f180e9c0e4c 100644
--- a/lang/python3/Makefile
+++ b/lang/python3/Makefile
@@ -2,6 +2,7 @@
PORTNAME= python3
PORTVERSION= ${PYTHON_MAJOR_VER}
+PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES=
DISTFILES=
@@ -21,7 +22,8 @@ PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \
bin/python${PYTHON_MAJOR_VER} \
bin/python${PYTHON_MAJOR_VER}-config \
bin/python-shared${PYTHON_MAJOR_VER} \
- bin/python-shared${PYTHON_MAJOR_VER}-config
+ bin/python-shared${PYTHON_MAJOR_VER}-config \
+ libdata/pkgconfig/python${PYTHON_MAJOR_VER}.pc
NO_STAGE= yes
.include <bsd.port.pre.mk>
@@ -38,6 +40,7 @@ do-install:
.endfor
${LN} -sf ${PREFIX}/bin/python${PYTHON_VER}-config ${PREFIX}/bin/python${PYTHON_MAJOR_VER}-config
${LN} -sf ${PREFIX}/bin/python-shared${PYTHON_VER}-config ${PREFIX}/bin/python-shared${PYTHON_MAJOR_VER}-config
+ ${LN} -sf ${PREFIX}/libdata/pkgconfig/python-${PYTHON_VER}.pc ${PREFIX}/libdata/pkgconfig/python${PYTHON_MAJOR_VER}.pc
# Major upgrade support
PORTUPGRADE_CMD= ${LOCALBASE}/sbin/portupgrade