diff options
author | joerg <joerg@pkgsrc.org> | 2008-08-12 14:51:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-08-12 14:51:45 +0000 |
commit | 88fae4f619aa72884f14cf3edbc733a3557a6d97 (patch) | |
tree | 96f25c622fc93850cd9c22ca5927dabc1b86ac32 /shells | |
parent | 744358cbcd3e33e8b2dcf0cce61c70d527f096eb (diff) | |
download | pkgsrc-88fae4f619aa72884f14cf3edbc733a3557a6d97.tar.gz |
More changes to give it a chance to work.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/standalone-tcsh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile index 5b92e3e307d..822076c0f6f 100644 --- a/shells/standalone-tcsh/Makefile +++ b/shells/standalone-tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/10/05 01:11:41 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2008/08/12 14:51:45 joerg Exp $ # # FIXME: This is because of PREFIX=/ below. @@ -13,6 +13,8 @@ PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches .include "../../shells/tcsh/Makefile" +INSTALLATION_DIRS+= usr/share/man/man1 + COMMENT:= Standalone version of the Extended C-shell MAINTAINER= agc@NetBSD.org |