summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-10-09 23:47:49 +0000
committerasami <asami@FreeBSD.org>2000-10-09 23:47:49 +0000
commit584ac3413edb74c7aeda322f5d2add11c7118d50 (patch)
tree0c2f6c08a1e4aa18fb86ac46da2d3d5bacd4aa0d
parent337b6559b1f5a7d695d911b89b9e2871e0b986cc (diff)
downloadFreeBSD-ports-584ac3413edb74c7aeda322f5d2add11c7118d50.zip
FreeBSD-ports-584ac3413edb74c7aeda322f5d2add11c7118d50.tar.gz
Remove ${PLIST_TK} reference, it is not needed anymore.
Reviewed by: tg
-rw-r--r--lang/python+ipv6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python+ipv6/Makefile b/lang/python+ipv6/Makefile
index 5a355c5..c54ee90 100644
--- a/lang/python+ipv6/Makefile
+++ b/lang/python+ipv6/Makefile
@@ -99,7 +99,7 @@ pre-install:
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
${PREFIX}/lib/python1.5/${platform}/
.endfor
- @sort -r -o ${PLIST} ${PLIST_TK} ${PLIST_GMP} ${PLIST_TOOLS} ${PLIST_V6} ${PKGDIR}/pkg-plist
+ @sort -r -o ${PLIST} ${PLIST_GMP} ${PLIST_TOOLS} ${PLIST_V6} ${PKGDIR}/pkg-plist
post-install:
strip ${PREFIX}/bin/python
OpenPOWER on IntegriCloud