From 5947f515ab2b68218191025f529e2d15f1e7da9c Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 21 Jul 2012 15:56:42 +0000 Subject: Add a DESCR here; noted missing by martin@, ok agc@. The DESCR here is appended to the one from shells/tcsh. --- shells/static-tcsh/DESCR | 2 ++ shells/static-tcsh/Makefile | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 shells/static-tcsh/DESCR (limited to 'shells') diff --git a/shells/static-tcsh/DESCR b/shells/static-tcsh/DESCR new file mode 100644 index 00000000000..aeb3a1391c2 --- /dev/null +++ b/shells/static-tcsh/DESCR @@ -0,0 +1,2 @@ + +This package provides a statically-linked version of tcsh. diff --git a/shells/static-tcsh/Makefile b/shells/static-tcsh/Makefile index e6fd07d759d..3b8764f7e82 100644 --- a/shells/static-tcsh/Makefile +++ b/shells/static-tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/04/25 13:26:42 obache Exp $ +# $NetBSD: Makefile,v 1.8 2012/07/21 15:56:42 dholland Exp $ # MAINTAINER= agc@NetBSD.org @@ -6,6 +6,7 @@ MAINTAINER= agc@NetBSD.org DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches PKGDIR= ${.CURDIR}/../../shells/tcsh +DESCR_SRC= ${.CURDIR}/../../shells/tcsh/DESCR ${.CURDIR}/DESCR CONFLICTS= tcsh-[0-9]* -- cgit v1.2.3