pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/standalone-tcsh
Module Name: pkgsrc
Committed By: kim
Date: Mon Nov 15 19:54:11 UTC 2021
Modified Files:
pkgsrc/shells/standalone-tcsh: Makefile
Log Message:
standalone-tcsh: pkglint: Relative package directories must be canonical
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/shells/standalone-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/standalone-tcsh/Makefile
diff -u pkgsrc/shells/standalone-tcsh/Makefile:1.35 pkgsrc/shells/standalone-tcsh/Makefile:1.36
--- pkgsrc/shells/standalone-tcsh/Makefile:1.35 Mon Nov 15 17:11:57 2021
+++ pkgsrc/shells/standalone-tcsh/Makefile Mon Nov 15 19:54:11 2021
@@ -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 @@ NOT_FOR_UNPRIVILEGED= yes
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