From af1aaa494883d801370dd846dd77dd22748c463e Mon Sep 17 00:00:00 2001 From: kim Date: Mon, 15 Nov 2021 19:56:03 +0000 Subject: static-tcsh: pkglint: Relative package directories must be canonical --- shells/static-tcsh/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'shells') diff --git a/shells/static-tcsh/Makefile b/shells/static-tcsh/Makefile index 180f3205a6c..a2920d1bf58 100644 --- a/shells/static-tcsh/Makefile +++ b/shells/static-tcsh/Makefile @@ -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 @@ PKGREVISION= 2 MAINTAINER= agc@NetBSD.org -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]* -- cgit v1.2.3