diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 22:00:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 22:00:38 +0000 |
commit | 3dbb059e06a4909a8b682c780befe3b246c05d7e (patch) | |
tree | 22404ebb962c2aae6350b9a209e8fe6fe36adf98 /www/wwwoffle | |
parent | d435816b98509c19618191ca056c768afbe8336c (diff) | |
download | pkgsrc-3dbb059e06a4909a8b682c780befe3b246c05d7e.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'www/wwwoffle')
-rw-r--r-- | www/wwwoffle/PLIST | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/wwwoffle/PLIST b/www/wwwoffle/PLIST index 3077b0725ff..426336ad243 100644 --- a/www/wwwoffle/PLIST +++ b/www/wwwoffle/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2006/09/26 13:48:43 abs Exp $ +@comment $NetBSD: PLIST,v 1.15 2009/06/14 22:00:41 joerg Exp $ bin/wwwoffle bin/wwwoffle-fsck bin/wwwoffle-gunzip @@ -62,12 +62,6 @@ share/doc/wwwoffle/pl/README.1st share/doc/wwwoffle/pl/README.lang share/examples/rc.d/wwwoffled share/examples/wwwoffle/wwwoffle.conf -@dirrm share/doc/wwwoffle/pl -@dirrm share/doc/wwwoffle/fr -@dirrm share/doc/wwwoffle/es -@dirrm share/doc/wwwoffle/de -@dirrm share/doc/wwwoffle -@dirrm share/examples/wwwoffle @exec gzip -d -c %D/libdata/wwwoffle-spool.tar.gz | tar xzCf / @unexec cd /var/wwwoffle && ${RM} -rf html* search* @unexec ${RMDIR} /var/wwwoffle/* 2>/dev/null && ${RMDIR} /var/wwwoffle 2>/dev/null || ${TRUE} |