summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-01-05 21:39:13 +0000
committerjoerg <joerg@pkgsrc.org>2016-01-05 21:39:13 +0000
commit97850215deb4521d939a5056287d137c379d4449 (patch)
tree0ff1b33f94217ff1c172eac63c809d1462a81af0 /print
parentb2223182be9726c5c4bcb6c6a1e94e82bae30451 (diff)
downloadpkgsrc-97850215deb4521d939a5056287d137c379d4449.tar.gz
Give full path to distinfo file to unbreak the build.
Diffstat (limited to 'print')
-rw-r--r--print/evince3/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/evince3/Makefile.common b/print/evince3/Makefile.common
index 7322cef52ea..4539409ed88 100644
--- a/print/evince3/Makefile.common
+++ b/print/evince3/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2015/12/29 04:30:29 dholland Exp $
+# $NetBSD: Makefile.common,v 1.13 2016/01/05 21:39:13 joerg Exp $
#
# used by print/evince3/Makefile
# would probably be used by print/evince3-nautilus/Makefile if that existed
@@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2
#FILESDIR= ../../print/evince3/files
#PATCHDIR= ../../print/evince3/patches
-DISTINFO_FILE= ../../print/evince3/distinfo
+DISTINFO_FILE= ${.CURDIR}/../../print/evince3/distinfo
GNU_CONFIGURE= yes
USE_LIBTOOL= yes