From c7dd20afc749dfec4c34a71bf96440c441db8eea Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Thu, 17 Jun 1999 13:20:11 +0000 Subject: Update to 1.1 PR: ports/12235 Submitted by: maintainer --- irc/ninja/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'irc/ninja/Makefile') diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile index eb4bf840e715..06a19b2c2f20 100644 --- a/irc/ninja/Makefile +++ b/irc/ninja/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Ninja-irc -# Version required: 1.0.9 +# Version required: 1.1 # Date created: 10 April 1999 # Whom: Chris Piazza # -# $Id: Makefile,v 1.2 1999/04/21 00:33:34 mharo Exp $ +# $Id: Makefile,v 1.3 1999/05/16 23:44:01 steve Exp $ # DISTNAME= ninja-src -PKGNAME= ninja-1.0.9 +PKGNAME= ninja-1.1 CATEGORIES= net MASTER_SITES= http://ninja.pimped.org/ @@ -16,12 +16,11 @@ MAINTAINER= cpiazza@home.net GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PKGNAME} +pre-patch: + @${CP} ${WRKSRC}/config/configure ${WRKSRC} + post-patch: @${SED} -e s#__PREFIX__#$(PREFIX)#g $(WRKSRC)/include/config.h.dist > $(WRKSRC)/include/config.h.dist.new @${MV} $(WRKSRC)/include/config.h.dist.new $(WRKSRC)/include/config.h.dist -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/source/ninja ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin - .include -- cgit v1.2.3