pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/standalone-tcsh standalone-tcsh: pkglint: Relat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f20b1992e3d
branches:  trunk
changeset: 769486:0f20b1992e3d
user:      kim <kim%pkgsrc.org@localhost>
date:      Mon Nov 15 19:54:11 2021 +0000

description:
standalone-tcsh: pkglint: Relative package directories must be canonical

diffstat:

 shells/standalone-tcsh/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r bc6a8a650a7f -r 0f20b1992e3d shells/standalone-tcsh/Makefile
--- a/shells/standalone-tcsh/Makefile   Mon Nov 15 19:39:27 2021 +0000
+++ b/shells/standalone-tcsh/Makefile   Mon Nov 15 19:54:11 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2021/11/15 17:11:57 kim Exp $
+# $NetBSD: Makefile,v 1.36 2021/11/15 19:54:11 kim Exp $
 #
 
 # FIXME: This is because of PREFIX=/ below.
@@ -8,9 +8,9 @@
 PKGNAME=               standalone-${DISTNAME}
 PKGREVISION=           2
 
-PATCHDIR=              ${.CURDIR}/../../shells/tcsh/patches
-PKGDIR=                        ${.CURDIR}/../../shells/tcsh
-DESCR_SRC=             ${.CURDIR}/../../shells/tcsh/DESCR ${.CURDIR}/DESCR
+PATCHDIR=              ../../shells/tcsh/patches
+PKGDIR=                        ../../shells/tcsh
+DESCR_SRC=             ../../shells/tcsh/DESCR DESCR
 
 # This package only makes sense on platforms that don't themselves ship tcsh
 # in /bin. Otherwise it clobbers the native copy, which really isn't what



Home | Main Index | Thread Index | Old Index