diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 10:21:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 10:21:24 +0800 |
commit | 3ab75aeb981637ff93e7116de99defc3ff70c99d (patch) | |
tree | 0fccb3357b09a007594287967f1f0dcd781cebb8 /lang/python-devel | |
parent | 9bd8381f274b62f4786edd3f33c24d7e62fc9f22 (diff) | |
download | freebsd-ports-gnome-3ab75aeb981637ff93e7116de99defc3ff70c99d.tar.gz freebsd-ports-gnome-3ab75aeb981637ff93e7116de99defc3ff70c99d.tar.zst freebsd-ports-gnome-3ab75aeb981637ff93e7116de99defc3ff70c99d.zip |
Rename PLIST.{Tools,gmp} to pkg-plist.{Tools,gmp}.
Diffstat (limited to 'lang/python-devel')
-rw-r--r-- | lang/python-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile index 1c3c659b4852..ea43fb19929e 100644 --- a/lang/python-devel/Makefile +++ b/lang/python-devel/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 |