summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-12-26 13:23:16 +0000
committerjoerg <joerg@pkgsrc.org>2011-12-26 13:23:16 +0000
commit8725653665792cb25de783fb9a6fd2beed025316 (patch)
tree09533fa77482e1067bda38439643ddfbcd592dff /databases
parent3e89b3dbf285573cc42a9e44770c9eac3efd0874 (diff)
downloadpkgsrc-8725653665792cb25de783fb9a6fd2beed025316.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