pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/exiv2
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Feb 2 17:43:51 UTC 2018
Modified Files:
pkgsrc/graphics/exiv2: Makefile.common
Log Message:
exiv2: Fix clearly broken WRKSRC.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/exiv2/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/exiv2/Makefile.common
diff -u pkgsrc/graphics/exiv2/Makefile.common:1.8 pkgsrc/graphics/exiv2/Makefile.common:1.9
--- pkgsrc/graphics/exiv2/Makefile.common:1.8 Fri Feb 2 09:45:02 2018
+++ pkgsrc/graphics/exiv2/Makefile.common Fri Feb 2 17:43:51 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2018/02/02 09:45:02 wiz Exp $
+# $NetBSD: Makefile.common,v 1.9 2018/02/02 17:43:51 jperkin Exp $
#
# used by graphics/exiv2/Makefile
# used by graphics/exiv2-organize/Makefile
@@ -14,7 +14,7 @@ HOMEPAGE= http://www.exiv2.org/
COMMENT= Image metadata manipulation
LICENSE= gnu-gpl-v2
-WRKSRC= ${.CURDIR}/work/${DISTNAME:S/${VER}-//}
+WRKSRC= ${WRKDIR}/${DISTNAME:S/${VER}-//}
DISTINFO_FILE= ${.CURDIR}/../../graphics/exiv2/distinfo
PATCHDIR= ${.CURDIR}/../../graphics/exiv2/patches
Home |
Main Index |
Thread Index |
Old Index