Mon Nov 15 19:56:03 2021 UTC ()
static-tcsh: pkglint: Relative package directories must be canonical


(kim)
diff -r1.14 -r1.15 pkgsrc/shells/static-tcsh/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/shells/static-tcsh/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/static-tcsh/Makefile 2021/11/15 17:11:58 1.14
+++ pkgsrc/shells/static-tcsh/Makefile 2021/11/15 19:56:03 1.15
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.14 2021/11/15 17:11:58 kim Exp $ 1# $NetBSD: Makefile,v 1.15 2021/11/15 19:56:03 kim Exp $
2# 2#
3 3
4PKGNAME= static-${DISTNAME} 4PKGNAME= static-${DISTNAME}
5PKGREVISION= 2 5PKGREVISION= 2
6 6
7.include "../../shells/tcsh/Makefile.common" 7.include "../../shells/tcsh/Makefile.common"
8 8
9MAINTAINER= agc@NetBSD.org 9MAINTAINER= agc@NetBSD.org
10 10
11PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches 11PATCHDIR= ../../shells/tcsh/patches
12PKGDIR= ${.CURDIR}/../../shells/tcsh 12PKGDIR= ../../shells/tcsh
13DESCR_SRC= ${.CURDIR}/../../shells/tcsh/DESCR ${.CURDIR}/DESCR 13DESCR_SRC= ../../shells/tcsh/DESCR DESCR
14 14
15CONFLICTS= tcsh-[0-9]* 15CONFLICTS= tcsh-[0-9]*
16 16
17COMMENT= Statically-linked version of the Extended C-shell 17COMMENT= Statically-linked version of the Extended C-shell
18 18
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"