From 3c42a05d45840bd4ccfa8af5737ee2fc5f14e339 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Thu, 12 Dec 2013 08:12:13 +0000 Subject: Install python[23].pc files for the lang/python[23] ports. Discussed with: koobs@ Approved by: python@ (wg@) --- lang/python3/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lang/python3') 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 @@ -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 -- cgit v1.3