diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/static-tcsh/DESCR | 2 | ||||
-rw-r--r-- | shells/static-tcsh/Makefile | 3 |
2 files changed, 4 insertions, 1 deletions
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]* |