pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dbmail Fixes scripts installation path for postgr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a7b3fb614caa
branches: trunk
changeset: 570009:a7b3fb614caa
user: obache <obache%pkgsrc.org@localhost>
date: Sat Jan 23 04:45:20 2010 +0000
description:
Fixes scripts installation path for postgresql.
diffstat:
mail/dbmail/options.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e9810b1fa7ec -r a7b3fb614caa mail/dbmail/options.mk
--- a/mail/dbmail/options.mk Sat Jan 23 02:13:18 2010 +0000
+++ b/mail/dbmail/options.mk Sat Jan 23 04:45:20 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2008/04/12 22:43:03 jlam Exp $
+# $NetBSD: options.mk,v 1.9 2010/01/23 04:45:20 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dbmail
PKG_SUPPORTED_OPTIONS= ldap sieve
@@ -27,7 +27,7 @@
.include "../../mk/pgsql.buildlink3.mk"
CONFIGURE_ARGS+= --with-pgsql
PLIST.pgsql= yes
-INSTALLATION_DIRS+= ${DATADIR}/sql/pgsql
+INSTALLATION_DIRS+= ${DATADIR}/sql/postgresql
.endif
###
@@ -73,7 +73,7 @@
${INSTALL_DATA} ${WRKSRC}/sql/mysql/* ${DESTDIR}${DATADIR}/sql/mysql
.endif
.if !empty(PKG_OPTIONS:Mpgsql)
- ${INSTALL_DATA} ${WRKSRC}/sql/postgresql/* ${DESTDIR}${DATADIR}/sql/pgsql
+ ${INSTALL_DATA} ${WRKSRC}/sql/postgresql/* ${DESTDIR}${DATADIR}/sql/postgresql
.endif
.if !empty(PKG_OPTIONS:Msqlite)
${INSTALL_DATA} ${WRKSRC}/sql/sqlite/* ${DESTDIR}${DATADIR}/sql/sqlite
Home |
Main Index |
Thread Index |
Old Index