diff options
author | seanc <seanc@FreeBSD.org> | 2002-11-22 04:08:23 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2002-11-22 04:08:23 +0800 |
commit | 837a2114d7a89a76342fd55f3383577937e457bb (patch) | |
tree | 5693d98b0883c3a01d878cca078fdbb4cbaf9f14 /databases/phppgadmin | |
parent | 7e3c96607efe1fa498054a0ec82f3a48dcb200ad (diff) | |
download | freebsd-ports-gnome-837a2114d7a89a76342fd55f3383577937e457bb.tar.gz freebsd-ports-gnome-837a2114d7a89a76342fd55f3383577937e457bb.tar.zst freebsd-ports-gnome-837a2114d7a89a76342fd55f3383577937e457bb.zip |
Update the pkg-plist for phpPgAdmin.
Approved by: nbm (maintainer)
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r-- | databases/phppgadmin/pkg-plist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/phppgadmin/pkg-plist b/databases/phppgadmin/pkg-plist index 5fc169579266..fd702f9921e9 100644 --- a/databases/phppgadmin/pkg-plist +++ b/databases/phppgadmin/pkg-plist @@ -13,6 +13,7 @@ www/data.default/phpPgAdmin/chinese_big5.inc.php www/data.default/phpPgAdmin/chinese_gb.inc.php www/data.default/phpPgAdmin/config.inc.php-dist www/data.default/phpPgAdmin/danish.inc.php +www/data.default/phpPgAdmin/dutch.inc.php www/data.default/phpPgAdmin/db_create.php www/data.default/phpPgAdmin/db_details.php www/data.default/phpPgAdmin/db_dump.php @@ -80,5 +81,5 @@ www/data.default/phpPgAdmin/user_admin.php www/data.default/phpPgAdmin/view_create.php @dirrm www/data.default/phpPgAdmin/images @dirrm www/data.default/phpPgAdmin -@dirrm www/data.default -@dirrm www +@unexec if [ -L %D/www/data.default ]; then rm -f %D/www/data.default; fi +@unexec if [ -L %D/www ]; then rm -f %D/www; fi |