From 0c673cac2f9bf3e8759d68277242e18ee86df938 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 16 May 1999 23:44:14 +0000 Subject: Update to version 1.0.9. PR: 11659 Submitted by: maintainer --- irc/ninja/Makefile | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'irc/ninja/Makefile') 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 # -# $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 -- cgit v1.2.3