pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql84 Use fully-specified relative pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e58646545d1
branches:  trunk
changeset: 648711:7e58646545d1
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Mar 17 13:46:24 2015 +0000

description:
Use fully-specified relative paths.

diffstat:

 databases/postgresql84/Makefile.common |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 2dd6dd8f03cc -r 7e58646545d1 databases/postgresql84/Makefile.common
--- a/databases/postgresql84/Makefile.common    Tue Mar 17 13:41:09 2015 +0000
+++ b/databases/postgresql84/Makefile.common    Tue Mar 17 13:46:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2014/07/25 22:14:55 adam Exp $
+# $NetBSD: Makefile.common,v 1.34 2015/03/17 13:46:24 jperkin Exp $
 #
 # used by databases/postgresql84-adminpack/Makefile
 # used by databases/postgresql84-client/Makefile
@@ -37,9 +37,9 @@
 CONFLICTS+=    postgresql9[0-9]-${module}-[0-9]*
 .endif
 
-DISTINFO_FILE?=                ${.CURDIR}/../postgresql84/distinfo
-COMMON_FILESDIR?=      ${.CURDIR}/../postgresql84/files
-PATCHDIR?=             ${.CURDIR}/../postgresql84/patches
+DISTINFO_FILE?=                ${.CURDIR}/../../databases/postgresql84/distinfo
+COMMON_FILESDIR?=      ${.CURDIR}/../../databases/postgresql84/files
+PATCHDIR?=             ${.CURDIR}/../../databases/postgresql84/patches
 
 USE_GCC_RUNTIME=       yes
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index