summaryrefslogtreecommitdiff
path: root/shells/standalone-tcsh
diff options
context:
space:
mode:
authorjoerg <joerg>2008-08-12 14:51:45 +0000
committerjoerg <joerg>2008-08-12 14:51:45 +0000
commit311f1286a104ecbc67066e9b0069710e6f359c6c (patch)
tree96f25c622fc93850cd9c22ca5927dabc1b86ac32 /shells/standalone-tcsh
parent3f671c58d7d8f324266f6fdd9d61377808173225 (diff)
downloadpkgsrc-311f1286a104ecbc67066e9b0069710e6f359c6c.tar.gz
More changes to give it a chance to work.
Diffstat (limited to 'shells/standalone-tcsh')
-rw-r--r--shells/standalone-tcsh/Makefile4
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