summaryrefslogtreecommitdiff
path: root/devel/tkcvs
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 /devel/tkcvs
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'devel/tkcvs')
-rw-r--r--devel/tkcvs/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile
index f31a4ecae325..cee99dac6ebf 100644
--- a/devel/tkcvs/Makefile
+++ b/devel/tkcvs/Makefile
@@ -3,11 +3,11 @@
# Date created: 02 Aug 1996
# Whom: shanee@rabbit.augusta.de
#
-# $Id: Makefile,v 1.5 1996/08/09 21:53:06 chuckr Exp $
+# $Id: Makefile,v 1.6 1996/10/06 09:58:38 markm Exp $
#
DISTNAME= tkcvs-6.0
-CATEGORIES+= devel
+CATEGORIES= devel
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/NEW/
MAINTAINER= shanee@rabbit.augusta.de
@@ -16,6 +16,8 @@ LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
NO_BUILD= yes
+MAN1= tkcvs.1 tkdiff.1
+
do-install:
(cd $(WRKSRC)/tkcvs; sh ./doinstall)
@@ -28,9 +30,5 @@ post-install:
install -c ${WRKSRC}/README.tkcvs $(PREFIX)/lib/tkcvs/
install -c ${WRKSRC}/tkdiff/README $(PREFIX)/lib/tkcvs/README.tkdiff
.endif
-.if !defined(NOMANCOMPRESS)
- gzip -9nf $(PREFIX)/man/man1/tkcvs.1
- gzip -9nf $(PREFIX)/man/man1/tkdiff.1
-.endif
.include <bsd.port.mk>