summaryrefslogtreecommitdiff
path: root/irc/ninja/Makefile
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-06-17 13:20:11 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-06-17 13:20:11 +0000
commitc7dd20afc749dfec4c34a71bf96440c441db8eea (patch)
tree8062c276610da184f57f0e7c3b2b18f53f540bc7 /irc/ninja/Makefile
parentI copied this from being a patch to being a file. Boy do I feel silly that (diff)
Update to 1.1
PR: ports/12235 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=19532
Diffstat (limited to 'irc/ninja/Makefile')
-rw-r--r--irc/ninja/Makefile13
1 files changed, 6 insertions, 7 deletions
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 <cpiazza@home.net>
#
-# $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 <bsd.port.mk>