diff options
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" \ |