pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/static-tcsh
Module Name: pkgsrc
Committed By: kim
Date: Mon Nov 15 19:56:03 UTC 2021
Modified Files:
pkgsrc/shells/static-tcsh: Makefile
Log Message:
static-tcsh: pkglint: Relative package directories must be canonical
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/shells/static-tcsh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/static-tcsh/Makefile
diff -u pkgsrc/shells/static-tcsh/Makefile:1.14 pkgsrc/shells/static-tcsh/Makefile:1.15
--- pkgsrc/shells/static-tcsh/Makefile:1.14 Mon Nov 15 17:11:58 2021
+++ pkgsrc/shells/static-tcsh/Makefile Mon Nov 15 19:56:03 2021
@@ -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@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