aboutsummaryrefslogtreecommitdiff
path: root/irc/ninja
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-06 17:52:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-06 17:52:42 +0000
commitc11f1a0a1c8e19f7314fc17a8b94d440905cd644 (patch)
treee7bb3d0852d71595e6137491b4edcac6edce1a8b /irc/ninja
parent1b59ac62033870c2ad518dfb5ac7132876b606e6 (diff)
downloadports-c11f1a0a1c8e19f7314fc17a8b94d440905cd644.tar.gz
ports-c11f1a0a1c8e19f7314fc17a8b94d440905cd644.zip
Fix pkg name collisions
With hat: portmgr
Notes
Notes: svn path=/head/; revision=333018
Diffstat (limited to 'irc/ninja')
-rw-r--r--irc/ninja/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile
index 83a5abb02567..3171e95d2b10 100644
--- a/irc/ninja/Makefile
+++ b/irc/ninja/Makefile
@@ -4,6 +4,7 @@
PORTNAME= ninja
PORTVERSION= 1.5.8.1
CATEGORIES= irc
+PKGNAMEPREFIX= irc-
MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
@@ -15,8 +16,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= IRCLIB="${DATADIR}"
MAKE_JOBS_UNSAFE= yes
-LATEST_LINK= irc-ninja
-
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s|%%IRCLIB%%|${DATADIR}|g" \