summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjoerg <joerg>2011-12-26 13:23:16 +0000
committerjoerg <joerg>2011-12-26 13:23:16 +0000
commitfbfed2c8776887e39b87da2b6775defcdef00ae4 (patch)
tree09533fa77482e1067bda38439643ddfbcd592dff /databases
parent3a786bde9c1078c0881b0df97e31c42dcf43efbf (diff)
downloadpkgsrc-fbfed2c8776887e39b87da2b6775defcdef00ae4.tar.gz
Create absolute path names, otherwise build info is mangled up
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-uuid/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql-uuid/Makefile.common b/databases/postgresql-uuid/Makefile.common
index 4a4baed4ce5..0c8ffb8fc48 100644
--- a/databases/postgresql-uuid/Makefile.common
+++ b/databases/postgresql-uuid/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2011/06/10 09:51:15 obache Exp $
+# $NetBSD: Makefile.common,v 1.4 2011/12/26 13:23:16 joerg Exp $
#
# used by databases/postgresql83-uuid
# used by databases/postgresql84-uuid
@@ -19,10 +19,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
-DESCR_SRC= ../../databases/postgresql-uuid/DESCR
+DESCR_SRC= ${.CURDIR}/../../databases/postgresql-uuid/DESCR
DISTINFO_FILE= ${.CURDIR}/../../databases/postgresql-uuid/distinfo
-PATCHDIR= ../../databases/postgresql-uuid/patches
-PLIST_SRC= ../../databases/postgresql-uuid/PLIST
+PATCHDIR= ${.CURDIR}/../../databases/postgresql-uuid/patches
+PLIST_SRC= ${.CURDIR}/../../databases/postgresql-uuid/PLIST
post-extract:
${MV} ${WRKSRC}/uuid-freebsd.c ${WRKSRC}/uuid.c