pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/tcsh
Module Name: pkgsrc
Committed By: leot
Date: Thu May 9 12:07:45 UTC 2019
Modified Files:
pkgsrc/shells/tcsh: Makefile
Log Message:
tcsh: Add support for tests
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/shells/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/tcsh/Makefile
diff -u pkgsrc/shells/tcsh/Makefile:1.88 pkgsrc/shells/tcsh/Makefile:1.89
--- pkgsrc/shells/tcsh/Makefile:1.88 Thu May 9 11:32:36 2019
+++ pkgsrc/shells/tcsh/Makefile Thu May 9 12:07:45 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2019/05/09 11:32:36 leot Exp $
+# $NetBSD: Makefile,v 1.89 2019/05/09 12:07:45 leot Exp $
#
# used by shells/standalone-tcsh/Makefile
# used by shells/static-tcsh/Makefile
@@ -17,6 +17,7 @@ LICENSE= original-bsd
CONFLICTS?= static-tcsh-[0-9]* # use ?= to allow for overrides.
GNU_CONFIGURE= yes
+USE_TOOLS+= autoconf:test perl:test
EGDIR= ${PREFIX}/share/examples/tcsh
@@ -32,6 +33,8 @@ LOWER_OPSYS_VERSUFFIX= ${OS_VERSION:S/5.
MAKE_FLAGS+= CC_FOR_GETHOST=${NATIVE_CC:Q}
.endif
+TEST_TARGET= check
+
PKG_SHELL?= bin/tcsh
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
Home |
Main Index |
Thread Index |
Old Index