diff options
author | wiz <wiz> | 2001-02-27 22:11:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-27 22:11:44 +0000 |
commit | ea0cb630507a5bfcebe5b3ad1a3577e10e86194c (patch) | |
tree | 3d9ce62778dbf794b8535fe417a34c65fae9ef6c /www/wwwcount | |
parent | 3ba1f050c43cc03e735186686a1ec5ee3659f327 (diff) | |
download | pkgsrc-ea0cb630507a5bfcebe5b3ad1a3577e10e86194c.tar.gz |
conditionally remove libexec/cgi-bin
Diffstat (limited to 'www/wwwcount')
-rw-r--r-- | www/wwwcount/pkg/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/wwwcount/pkg/PLIST b/www/wwwcount/pkg/PLIST index e8b4d469756..3fabe3c6a0f 100644 --- a/www/wwwcount/pkg/PLIST +++ b/www/wwwcount/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2000/01/28 08:16:49 tron Exp $ +@comment $NetBSD: PLIST,v 1.8 2001/02/27 22:11:44 wiz Exp $ bin/mkstrip bin/extdgts libdata/wwwcount/digits/A/peng.gif @@ -102,3 +102,4 @@ man/man1/mkstrip.1 @dirrm share/doc/wwwcount/Count2.5/eximages @dirrm share/doc/wwwcount/Count2.5 @dirrm share/doc/wwwcount +@unexec rmdir %D/libexec/cgi-bin 2>/dev/null || true |