diff options
author | asami <asami@FreeBSD.org> | 2000-10-10 07:47:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-10 07:47:49 +0800 |
commit | 584ac3413edb74c7aeda322f5d2add11c7118d50 (patch) | |
tree | 0c2f6c08a1e4aa18fb86ac46da2d3d5bacd4aa0d /lang | |
parent | 337b6559b1f5a7d695d911b89b9e2871e0b986cc (diff) | |
download | freebsd-ports-gnome-584ac3413edb74c7aeda322f5d2add11c7118d50.tar.gz freebsd-ports-gnome-584ac3413edb74c7aeda322f5d2add11c7118d50.tar.zst freebsd-ports-gnome-584ac3413edb74c7aeda322f5d2add11c7118d50.zip |
Remove ${PLIST_TK} reference, it is not needed anymore.
Reviewed by: tg
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python+ipv6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python+ipv6/Makefile b/lang/python+ipv6/Makefile index 5a355c526389..c54ee904ac72 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 |