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: mrg
Date: Sun Nov 14 21:53:15 UTC 2021
Modified Files:
pkgsrc/shells/standalone-tcsh: Makefile
Log Message:
revert back to rev 1.29. the 'make package' step fails with 1.31.
add a note that this should use tcsh/Makefile.common, not just
the main Makefile directly.
ok: kim@
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.31 pkgsrc/shells/standalone-tcsh/Makefile:1.32
--- pkgsrc/shells/standalone-tcsh/Makefile:1.31 Sat Nov 13 06:53:10 2021
+++ pkgsrc/shells/standalone-tcsh/Makefile Sun Nov 14 21:53:15 2021
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.31 2021/11/13 06:53:10 kim Exp $
+# $NetBSD: Makefile,v 1.32 2021/11/14 21:53:15 mrg Exp $
#
-.include "../../shells/tcsh/Makefile.common"
-
# FIXME: This is because of PREFIX=/ below.
CHECK_FILES_SUPPORTED= no
NOT_FOR_UNPRIVILEGED= yes
PKGNAME= standalone-${DISTNAME}
+PKGREVISION= 0 # ALWAYS needs to be set; 0 if none.
WRKSRC= ${WRKDIR}/${DISTNAME}
PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
@@ -23,7 +22,9 @@ ONLY_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*
NOT_FOR_PLATFORM+= SunOS-*-*
.endif
-INSTALLATION_DIRS+= bin
++# XXX This should use Makefile.common, not Makefile
+.include "../../shells/tcsh/Makefile"
+
INSTALLATION_DIRS+= usr/share/man/man1
COMMENT:= Standalone version of the Extended C-shell
@@ -43,5 +44,3 @@ DISTINFO_FILE= ${.CURDIR}/../../shells/
.if ${OPSYS} != "SunOS"
LDFLAGS+= -static
.endif
-
-.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index