summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/pkg-deinstall.in
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-03-09 04:45:39 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-03-09 04:45:39 +0000
commita620c0c128905650c8779e1961c77a6884dee366 (patch)
tree1fd993f69b500b2b89dc290c03bdc05b35b224ed /net/phpldapadmin/files/pkg-deinstall.in
parent- Register UID for net/phpldapadmin, net/phpldapadmin098 (diff)
- Use fixed UID when WITH_SUPHP
- Use WWWDIR for PLIST_SUB and SUB_LIST - Various port clean-up PR: ports/120505 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)
Notes
Notes: svn path=/head/; revision=208665
Diffstat (limited to 'net/phpldapadmin/files/pkg-deinstall.in')
-rw-r--r--net/phpldapadmin/files/pkg-deinstall.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/phpldapadmin/files/pkg-deinstall.in b/net/phpldapadmin/files/pkg-deinstall.in
index cca9c556093d..8c531f2ea1e7 100644
--- a/net/phpldapadmin/files/pkg-deinstall.in
+++ b/net/phpldapadmin/files/pkg-deinstall.in
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/net/phpldapadmin/files/pkg-deinstall.in,v 1.1 2005-12-11 23:51:12 lawrance Exp $
+# $FreeBSD: /tmp/pcvs/ports/net/phpldapadmin/files/pkg-deinstall.in,v 1.2 2008-03-09 04:45:38 rafan Exp $
#
case $2 in
@@ -9,13 +9,13 @@ case $2 in
The phpldapadmin-suphp port has been deleted.
If you are not upgrading and don't intend to use
phpLDAPadmin any more then you may wish to delete
-the %%PLAUSR%% account, which can be done with
+the %%PLA_USR%% account, which can be done with
the following command:
- # pw userdel %%PLAUSR%%
+ # pw userdel %%PLA_USR%%
EOMSG
- if [ -d %%PREFIX%%/%%PLADIR%% ] ; then
- echo " # rm -rf %%PREFIX%%/%%PLADIR%%/"
+ if [ -d %%WWWDIR%% ] ; then
+ echo " # rm -rf %%WWWDIR%%/"
fi
echo
;;