pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/rdigest Ensure that correct path names are pi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8e1f0b3aa42
branches:  trunk
changeset: 368044:f8e1f0b3aa42
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Sep 10 14:12:11 2017 +0000

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

diffstat:

 pkgtools/rdigest/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9afa789f77e5 -r f8e1f0b3aa42 pkgtools/rdigest/Makefile
--- a/pkgtools/rdigest/Makefile Sun Sep 10 14:11:30 2017 +0000
+++ b/pkgtools/rdigest/Makefile Sun Sep 10 14:12:11 2017 +0000
@@ -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 @@
 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