aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cs/Makefile
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2001-01-10 02:41:45 +0800
committertrevor <trevor@FreeBSD.org>2001-01-10 02:41:45 +0800
commit2b824b6151713c349a9d72a08f68462ab1a411f1 (patch)
tree253dc0de07c5d917f1830cc6300f4198bf1a569f /devel/cs/Makefile
parentbc6c5ba7778e687308f7742f920fdd1ddb1d1a6c (diff)
downloadfreebsd-ports-gnome-2b824b6151713c349a9d72a08f68462ab1a411f1.tar.gz
freebsd-ports-gnome-2b824b6151713c349a9d72a08f68462ab1a411f1.tar.zst
freebsd-ports-gnome-2b824b6151713c349a9d72a08f68462ab1a411f1.zip
Update master site. Update from 1998-05-07 to 1999-09-25 release
(both called version 0.5--dates are given in man pages). Add a DIST_SUBDIR to distinguish the different releases. Be more verbose when installing. Don't optimize when compiling. Add WWW: line. Update PLIST. Respect ${CC}. Increment PORTREVISION. ftp://cantor.informatik.rwth-aachen.de/pub/unix/cs-0.5.tar.gz: looking for file 500 cs-0.5.tar.gz: No such file or directory. (Last OK result Mon Nov 27 8:33:50 2000 ) PR: 24091 Submitted by: Joseph Scott <joseph@randomnetworks.com>, KATO Tsuguru <tkato@prontomail.ne.jp> and myself
Diffstat (limited to 'devel/cs/Makefile')
-rw-r--r--devel/cs/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/devel/cs/Makefile b/devel/cs/Makefile
index fb1089de1162..ad7029530bff 100644
--- a/devel/cs/Makefile
+++ b/devel/cs/Makefile
@@ -7,8 +7,10 @@
PORTNAME= cs
PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/
+MASTER_SITES= http://www.moria.de/~michael/cs/
+DIST_SUBDIR= cs/0.5-19990925
MAINTAINER= ports@FreeBSD.org
@@ -16,14 +18,11 @@ ALL_TARGET= cs
MAN1= cs.1
do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/cs ${PREFIX}/bin
- @ ${INSTALL_MAN} ${WRKSRC}/cs.1 ${PREFIX}/man/man1
-
-post-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/cs ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/cs.1 ${MANPREFIX}/man/man1
.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
+ ${MKDIR} ${PREFIX}/share/doc/cs
+ ${INSTALL_DATA} ${WRKSRC}/ANNOUNCE ${PREFIX}/share/doc/cs
.endif
.include <bsd.port.mk>