pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/static-tcsh static-tcsh: pkglint: Relative pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bc386c114d7
branches:  trunk
changeset: 769488:8bc386c114d7
user:      kim <kim%pkgsrc.org@localhost>
date:      Mon Nov 15 19:56:03 2021 +0000

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

diffstat:

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

diffs (22 lines):

diff -r aa56c7f7785a -r 8bc386c114d7 shells/static-tcsh/Makefile
--- a/shells/static-tcsh/Makefile       Mon Nov 15 19:54:34 2021 +0000
+++ b/shells/static-tcsh/Makefile       Mon Nov 15 19:56:03 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/11/15 17:11:58 kim Exp $
+# $NetBSD: Makefile,v 1.15 2021/11/15 19:56:03 kim Exp $
 #
 
 PKGNAME=               static-${DISTNAME}
@@ -8,9 +8,9 @@
 
 MAINTAINER=            agc%NetBSD.org@localhost
 
-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
 
 CONFLICTS=             tcsh-[0-9]*
 



Home | Main Index | Thread Index | Old Index