diff options
author | dholland <dholland@pkgsrc.org> | 2012-07-21 15:56:42 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-07-21 15:56:42 +0000 |
commit | ebd2851b7198adc0d208b5aa10814da3d8feb426 (patch) | |
tree | 8e690ecde1674aec9adb772bfac8ef887c1b9c49 /shells/static-tcsh | |
parent | 35ea7bc04f9837bf6dd6786fa28eca598daad502 (diff) | |
download | pkgsrc-ebd2851b7198adc0d208b5aa10814da3d8feb426.tar.gz |
Add a DESCR here; noted missing by martin@, ok agc@.
The DESCR here is appended to the one from shells/tcsh.
Diffstat (limited to 'shells/static-tcsh')
-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]* |