summaryrefslogtreecommitdiff
path: root/lang/python26
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 02:21:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 02:21:24 +0000
commitda97619562d3d302ac6f722db57e2ff8e189c700 (patch)
tree9c28c70d59df5f60a83c18aa7b45329bd29e1bae /lang/python26
parentRename PLIST.docs to pkg-plist.docs. (diff)
Rename PLIST.{Tools,gmp} to pkg-plist.{Tools,gmp}.
Notes
Notes: svn path=/head/; revision=33522
Diffstat (limited to 'lang/python26')
-rw-r--r--lang/python26/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 1c3c659b4852..ea43fb19929e 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -53,7 +53,7 @@ SETUP_LOCAL+= Setup.OpenSSL
#
.if exists(/usr/src/contrib/libgmp/gmp-impl.h)
SETUP_LOCAL+= Setup.gmp
-PLIST_GMP= ${PKGDIR}/PLIST.gmp
+PLIST_GMP= ${PKGDIR}/pkg-plist.gmp
.endif
#
@@ -62,7 +62,7 @@ PLIST_GMP= ${PKGDIR}/PLIST.gmp
# while extending or managing Python.
#
.if !defined(WITHOUT_TOOLS)
-PLIST_TOOLS= ${PKGDIR}/PLIST.Tools
+PLIST_TOOLS= ${PKGDIR}/pkg-plist.Tools
.endif
post-extract:
@@ -100,7 +100,7 @@ pre-install:
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
${PREFIX}/lib/${PYTHON_VERSION}/${platform}/
.endfor
- @sort -r -o ${PLIST} ${PLIST_GMP} ${PLIST_TOOLS} ${PKGDIR}/PLIST
+ @sort -r -o ${PLIST} ${PLIST_GMP} ${PLIST_TOOLS} ${PKGDIR}/pkg-plist
post-install:
strip ${PREFIX}/bin/python