summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjoerg <joerg>2008-08-12 14:51:45 +0000
committerjoerg <joerg>2008-08-12 14:51:45 +0000
commit4c648ada3fd004e348e6ac052a2c6a5dc8dec19f (patch)
tree96f25c622fc93850cd9c22ca5927dabc1b86ac32 /shells
parent452d4c9a8026d427609fe257bf53e1a4b494beea (diff)
downloadpkgsrc-4c648ada3fd004e348e6ac052a2c6a5dc8dec19f.tar.gz
More changes to give it a chance to work.
Diffstat (limited to 'shells')
-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