summaryrefslogtreecommitdiff
path: root/shells/pdksh/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /shells/pdksh/Makefile
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'shells/pdksh/Makefile')
-rw-r--r--shells/pdksh/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile
index 3e36587692bf..adfe60b8dbe1 100644
--- a/shells/pdksh/Makefile
+++ b/shells/pdksh/Makefile
@@ -3,20 +3,16 @@
# Date created: 23 May 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.14 1996/10/16 06:34:33 tg Exp $
+# $Id: Makefile,v 1.15 1996/11/05 08:11:34 tg Exp $
#
DISTNAME= pdksh-5.2.12
-CATEGORIES+= shells
+CATEGORIES= shells
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
MAINTAINER= tg@freebsd.org
GNU_CONFIGURE= yes
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/ksh.1
-.endif
+MAN1= ksh.1
.include <bsd.port.mk>