summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2007-04-16 10:25:14 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2007-04-16 10:25:14 +0000
commiteed6a08fe3f28e8defb871020a3f85ea8af613ef (patch)
treeac7c9581c2e0c54091c8cda283b7cc31e594cd7b /databases
parent- Fix build by explicitly tell configure how to correctly link gettext (diff)
Fix breakage...
Notes
Notes: svn path=/head/; revision=190100
Diffstat (limited to 'databases')
-rw-r--r--databases/pgpoolAdmin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pgpoolAdmin/Makefile b/databases/pgpoolAdmin/Makefile
index e5cfff39a5ec..0159c61c906a 100644
--- a/databases/pgpoolAdmin/Makefile
+++ b/databases/pgpoolAdmin/Makefile
@@ -29,6 +29,6 @@ pre-install:
do-install:
${MKDIR} ${WWWDIR}
${CP} -R ${WRKSRC}/* ${WWWDIR}/
- ${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/templates_c ${WWWDIR}/conf/pgmgt.conf.php
+ ${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/templates_c ${WWWDIR}/conf/pgmgt.conf.php.sample
.include <bsd.port.mk>