diff options
-rw-r--r-- | print/evince3/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/evince3/Makefile.common b/print/evince3/Makefile.common index 30e88ca4f4e..8b99efa9578 100644 --- a/print/evince3/Makefile.common +++ b/print/evince3/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2015/06/15 00:06:03 prlw1 Exp $ +# $NetBSD: Makefile.common,v 1.11 2015/12/29 04:25:31 dholland Exp $ # # used by print/evince3/Makefile # would probably be used by print/evince3-nautilus/Makefile if that existed @@ -12,8 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://wiki.gnome.org/Apps/Evince LICENSE= gnu-gpl-v2 -PATCHDIR= ${.CURDIR}/../evince3/patches -DISTINFO_FILE= ${.CURDIR}/../evince3/distinfo +PATCHDIR= ../../evince3/patches +DISTINFO_FILE= ../../evince3/distinfo GNU_CONFIGURE= yes USE_LIBTOOL= yes |