summaryrefslogtreecommitdiff
path: root/irc/ninja/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-16 23:44:14 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-16 23:44:14 +0000
commit0c673cac2f9bf3e8759d68277242e18ee86df938 (patch)
tree09dab0e9ee26e7d65d051ec3f8f0abb723147128 /irc/ninja/Makefile
parentAdd WWW site. (diff)
Update to version 1.0.9.
PR: 11659 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18848
Diffstat (limited to 'irc/ninja/Makefile')
-rw-r--r--irc/ninja/Makefile20
1 files changed, 4 insertions, 16 deletions
diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile
index 771b4d947e2b..eb4bf840e715 100644
--- a/irc/ninja/Makefile
+++ b/irc/ninja/Makefile
@@ -1,23 +1,20 @@
# New ports collection makefile for: Ninja-irc
-# Version required: 1.0.7
+# Version required: 1.0.9
# Date created: 10 April 1999
# Whom: Chris Piazza <cpiazza@home.net>
#
-# $Id: Makefile,v 1.1.1.1 1999/04/15 03:20:01 mharo Exp $
+# $Id: Makefile,v 1.2 1999/04/21 00:33:34 mharo Exp $
#
DISTNAME= ninja-src
-PKGNAME= ninja-1.0.8
+PKGNAME= ninja-1.0.9
CATEGORIES= net
MASTER_SITES= http://ninja.pimped.org/
MAINTAINER= cpiazza@home.net
GNU_CONFIGURE= yes
-
-WRKSRC= ${WRKDIR}/ninja-irc
-
-MAN1= ninja.1
+WRKSRC= ${WRKDIR}/${PKGNAME}
post-patch:
@${SED} -e s#__PREFIX__#$(PREFIX)#g $(WRKSRC)/include/config.h.dist > $(WRKSRC)/include/config.h.dist.new
@@ -26,14 +23,5 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/source/ninja ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin
- ${MKDIR} ${PREFIX}/share/ninja/help
- ${INSTALL_DATA} ${WRKSRC}/doc/ninja.help ${PREFIX}/share/ninja/help
- ${INSTALL_MAN} ${WRKSRC}/doc/ninja.1 ${PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/ninja
- ${INSTALL_DATA} ${WRKSRC}/doc/colors.txt ${PREFIX}/share/doc/ninja
- ${INSTALL_DATA} ${WRKSRC}/doc/commands.txt ${PREFIX}/share/doc/ninja
- ${INSTALL_DATA} ${WRKSRC}/doc/keyinfo.txt ${PREFIX}/share/doc/ninja
-.endif
.include <bsd.port.mk>