diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-09 23:47:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-09 23:47:49 +0000 |
commit | e00c0d6e0548ca71b569fd7bf3b52e6d06ebd3b9 (patch) | |
tree | fbdde2f7d053f79223e75c4b11461fd641f2cf5c /lang | |
parent | 6d5cee28112be645430d9c1a16b5ad506897254b (diff) | |
download | ports-e00c0d6e0548ca71b569fd7bf3b52e6d06ebd3b9.tar.gz ports-e00c0d6e0548ca71b569fd7bf3b52e6d06ebd3b9.zip |
Notes
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 |