diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-06 17:52:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-06 17:52:42 +0000 |
commit | c11f1a0a1c8e19f7314fc17a8b94d440905cd644 (patch) | |
tree | e7bb3d0852d71595e6137491b4edcac6edce1a8b /irc | |
parent | 1b59ac62033870c2ad518dfb5ac7132876b606e6 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ninja/Makefile | 3 |
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" \ |