diff options
author | lioux <lioux@FreeBSD.org> | 2004-02-29 14:20:45 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-02-29 14:20:45 +0000 |
commit | e41e981b6bd8f49df1628224a1a411147a0158c2 (patch) | |
tree | e1eeab0354fe19d8ae6ead731be9b9333eecfbae /net/py-bittorrent-devel | |
parent | e6e42719a4429a47dac9a58c7bc30128948f3799 (diff) | |
download | FreeBSD-ports-e41e981b6bd8f49df1628224a1a411147a0158c2.zip FreeBSD-ports-e41e981b6bd8f49df1628224a1a411147a0158c2.tar.gz |
Use a PYTHON_LIBDIR PLIST_SUB instead of a hard coded path
Diffstat (limited to 'net/py-bittorrent-devel')
-rw-r--r-- | net/py-bittorrent-devel/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-bittorrent-devel/pkg-plist b/net/py-bittorrent-devel/pkg-plist index f77df12..662fb41 100644 --- a/net/py-bittorrent-devel/pkg-plist +++ b/net/py-bittorrent-devel/pkg-plist @@ -98,4 +98,4 @@ bin/bttrack.py %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%PYTHON_SITELIBDIR%%/BitTorrent @unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2>/dev/null || true -@unexec rmdir %D/lib/python2.2 2>/dev/null || true +@unexec rmdir %D/%%PYTHON_LIBDIR%% 2>/dev/null || true |