pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/phpmyadmin Improve handling of configuration...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98c6823aa2b3
branches:  trunk
changeset: 535750:98c6823aa2b3
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Nov 27 23:02:43 2007 +0000

description:
Improve handling of configuration files and don't create obsolete "css"
directory. Problems noted by Stoned Elipot and Martti Kuparinen in
private e-mail. Bump package revision because of these changes.

diffstat:

 databases/phpmyadmin/DEINSTALL |  10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 030acee2b9be -r 98c6823aa2b3 databases/phpmyadmin/DEINSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/phpmyadmin/DEINSTALL    Tue Nov 27 23:02:43 2007 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: DEINSTALL,v 1.1 2007/11/27 23:02:43 tron Exp $
+
+CONF_INC_PHP=@CONF_INC_PHP@
+PMCONFFILE=@PMCONFFILE@
+
+case ${STAGE} in
+DEINSTALL)
+        ${RM} -f ${CONF_INC_PHP}
+       ;;
+esac



Home | Main Index | Thread Index | Old Index