pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/rdigest



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Sep 10 14:12:11 UTC 2017

Modified Files:
        pkgsrc/pkgtools/rdigest: Makefile

Log Message:
Ensure that correct path names are picked up for patches.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/pkgtools/rdigest/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/rdigest/Makefile
diff -u pkgsrc/pkgtools/rdigest/Makefile:1.6 pkgsrc/pkgtools/rdigest/Makefile:1.7
--- pkgsrc/pkgtools/rdigest/Makefile:1.6        Tue Dec 29 05:00:14 2015
+++ pkgsrc/pkgtools/rdigest/Makefile    Sun Sep 10 14:12:11 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2015/12/29 05:00:14 dholland Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/10 14:12:11 joerg Exp $
 
 PKGNAME=       rdigest-${VERSION}
 CATEGORIES=    # be quiet pkglint
@@ -6,7 +6,7 @@ CATEGORIES=     # be quiet pkglint
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Recursive message digest wrapper utility
 
-DIGESTDIR=     ../../pkgtools/digest
+DIGESTDIR=     ${.CURDIR}/../../pkgtools/digest
 FILESDIR=      ${DIGESTDIR}/files
 
 USE_FEATURES=          nbcompat



Home | Main Index | Thread Index | Old Index