aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cs/Makefile
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1998-12-16 08:01:28 +0800
committerjseger <jseger@FreeBSD.org>1998-12-16 08:01:28 +0800
commitb37bdea85a30a9530f3d39118b5473846ac4d246 (patch)
tree0da675966367768ec670a3938edb557bf6146819 /devel/cs/Makefile
parent072b64d7adb4d4ac36c73c0f263b5421f9cdcfc0 (diff)
downloadfreebsd-ports-graphics-b37bdea85a30a9530f3d39118b5473846ac4d246.tar.gz
freebsd-ports-graphics-b37bdea85a30a9530f3d39118b5473846ac4d246.tar.zst
freebsd-ports-graphics-b37bdea85a30a9530f3d39118b5473846ac4d246.zip
Upgrade to v0.5
PR: ports/9093 Submitted by: andy@icc.surw.chel.su
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 8af9528ede7..cd215da4c91 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>