diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 21:57:25 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 21:57:25 +0000 |
commit | 15d24c4687fc125b9f67173ea5ea8baba5a35f55 (patch) | |
tree | 260faa2eb567178247e5524319a441cf38d42699 /lang | |
parent | 246b697777e31ebe90c6ffca5eb4f4412a295d18 (diff) | |
download | pkgsrc-15d24c4687fc125b9f67173ea5ea8baba5a35f55.tar.gz |
${PREFIX}/lib/php/Net might or might not exist, so remove it using
@unuexec ${RM} -rf
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php5/PLIST b/lang/php5/PLIST index f0f2d61dd11..77eeaced6b6 100644 --- a/lang/php5/PLIST +++ b/lang/php5/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/11/01 19:46:18 jdolecek Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/11/01 21:57:25 jdolecek Exp $ bin/pear bin/php bin/php-config @@ -254,6 +254,7 @@ share/php/php.gif @dirrm lib/php/Console @dirrm lib/php/Archive @dirrm lib/php/.registry +@unexec ${RM} -rf %D/lib/php/Net @dirrm include/php/regex @dirrm include/php/main/streams @dirrm include/php/main |