Subject: CVS commit: pkgsrc/databases/phppgadmin
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/06/2005 06:07:28
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Sep  6 06:07:28 UTC 2005

Modified Files:
	pkgsrc/databases/phppgadmin: Makefile

Log Message:
Correct some minor errors to the way that this package set PKG_SYSCONFDIR
and MAKE_DIRS:

    * There is no need to set PKG_SYSCONFDIR as the concept is quite
      meaningless for PHP applications.  Simply copy the CONF_FILES
      from the examples directory into ${PREFIX}/share/phppgadmin/conf.

    * Use REQD_DIRS instead of MAKE_DIRS since these directories are
      under ${PREFIX} and we want to always create/remove these
      directories regardless of the value of PKG_CONFIG.

Bump the PKGREVISION to 1 due to changes in the +INSTALL and +DEINSTALL
scripts.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/databases/phppgadmin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.