diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 22:00:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 22:00:14 +0000 |
commit | 30e9948198969737329321ae598bb5b6baad3e05 (patch) | |
tree | 79bf92f890f1098ffc7412f7c99213cc374f2fd0 /www/drupal6/PLIST | |
parent | f004f45c7df64cd7f0aca91b65b59a0adaaca209 (diff) | |
download | pkgsrc-30e9948198969737329321ae598bb5b6baad3e05.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'www/drupal6/PLIST')
-rw-r--r-- | www/drupal6/PLIST | 61 |
1 files changed, 2 insertions, 59 deletions
diff --git a/www/drupal6/PLIST b/www/drupal6/PLIST index 6e1ed0260dc..5cb89db5146 100644 --- a/www/drupal6/PLIST +++ b/www/drupal6/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/02/16 20:55:54 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/06/14 22:00:20 joerg Exp $ share/doc/drupal/CHANGELOG.txt share/doc/drupal/COPYRIGHT.txt share/doc/drupal/INSTALL.mysql.txt @@ -463,61 +463,4 @@ share/examples/drupal/default.profile share/examples/drupal/settings.php share/examples/drupal/default.settings.php share/examples/drupal/drupal.conf -@dirrm share/examples/drupal -@dirrm share/drupal/themes/pushbutton -@dirrm share/drupal/themes/garland/minnelli/color -@dirrm share/drupal/themes/garland/minnelli -@dirrm share/drupal/themes/garland/images -@dirrm share/drupal/themes/garland/color -@dirrm share/drupal/themes/garland -@dirrm share/drupal/themes/engines/phptemplate -@dirrm share/drupal/themes/engines -@dirrm share/drupal/themes/chameleon/marvin -@dirrm share/drupal/themes/chameleon -@dirrm share/drupal/themes/bluemarine -@dirrm share/drupal/themes -@dirrm share/drupal/scripts -@dirrm share/drupal/modules/user -@dirrm share/drupal/modules/upload -@dirrm share/drupal/modules/update -@dirrm share/drupal/modules/trigger -@dirrm share/drupal/modules/translation -@dirrm share/drupal/modules/tracker -@dirrm share/drupal/modules/throttle -@dirrm share/drupal/modules/taxonomy -@dirrm share/drupal/modules/system -@dirrm share/drupal/modules/syslog -@dirrm share/drupal/modules/statistics -@dirrm share/drupal/modules/search -@dirrm share/drupal/modules/profile -@dirrm share/drupal/modules/poll -@dirrm share/drupal/modules/ping -@dirrm share/drupal/modules/php -@dirrm share/drupal/modules/path -@dirrm share/drupal/modules/openid -@dirrm share/drupal/modules/node -@dirrm share/drupal/modules/menu -@dirrm share/drupal/modules/locale -@dirrm share/drupal/modules/help -@dirrm share/drupal/modules/forum -@dirrm share/drupal/modules/filter -@dirrm share/drupal/modules/dblog -@dirrm share/drupal/modules/contact -@dirrm share/drupal/modules/comment -@dirrm share/drupal/modules/color/images -@dirrm share/drupal/modules/color -@dirrm share/drupal/modules/book -@dirrm share/drupal/modules/blogapi -@dirrm share/drupal/modules/blog -@dirrm share/drupal/modules/block -@dirrm share/drupal/modules/aggregator -@dirrm share/drupal/modules -@dirrm share/drupal/misc/farbtastic -@dirrm share/drupal/misc -@dirrm share/drupal/includes -@exec ${MKDIR} %D/share/drupal/files -@unexec ${RMDIR} %D/share/drupal/sites/all 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/share/drupal/sites 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/share/drupal/files 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/share/drupal 2>/dev/null || ${TRUE} -@dirrm share/doc/drupal +@pkgdir share/drupal/files |