summaryrefslogtreecommitdiff
path: root/devel/cs/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-12-16 00:01:28 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-12-16 00:01:28 +0000
commit07a20012a4f53e5feaeed6671abdbb27b784917c (patch)
treeb502fd0a2ab164431a0110de2109219bd010dfa8 /devel/cs/Makefile
parentActivate ja-skk{-elisp,-jisyo,-tools,serv}. (diff)
Upgrade to v0.5
PR: ports/9093 Submitted by: andy@icc.surw.chel.su
Notes
Notes: svn path=/head/; revision=15370
Diffstat (limited to 'devel/cs/Makefile')
-rw-r--r--devel/cs/Makefile21
1 files changed, 14 insertions, 7 deletions
diff --git a/devel/cs/Makefile b/devel/cs/Makefile
index 8af9528ede7f..cd215da4c913 100644
--- a/devel/cs/Makefile
+++ b/devel/cs/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: cs
-# Version required: 0.3
-# Date created: 22 May 1997
-# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
+# Version required: 0.5
+# Date created: 22 May 1997
+# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.1.1.1 1997/05/23 07:58:58 tg Exp $
+# $Id: Makefile,v 1.2 1997/06/05 07:36:51 tg Exp $
#
-DISTNAME= cs-0.3
+DISTNAME= cs-0.5
CATEGORIES= devel
MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/
@@ -17,7 +17,14 @@ ALL_TARGET= cs
MAN1= cs.1
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cs ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/cs.1 ${PREFIX}/man/man1
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/cs ${PREFIX}/bin
+ @ ${INSTALL_MAN} ${WRKSRC}/cs.1 ${PREFIX}/man/man1
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/cs
+ @ ${INSTALL_DATA} ${WRKSRC}/ANNOUNCE ${PREFIX}/share/doc/cs
+ @ ${INSTALL_DATA} ${WRKSRC}/cs.html ${PREFIX}/share/doc/cs
+.endif
.include <bsd.port.mk>