diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-07 01:52:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-07 01:52:42 +0800 |
commit | 9a86e8b0151f8b18cdc15ff5a281f45d3b061c31 (patch) | |
tree | e7bb3d0852d71595e6137491b4edcac6edce1a8b /irc | |
parent | 865c8ee17104a5b80edc5ab8d0a2052118dadeea (diff) | |
download | freebsd-ports-gnome-9a86e8b0151f8b18cdc15ff5a281f45d3b061c31.tar.gz freebsd-ports-gnome-9a86e8b0151f8b18cdc15ff5a281f45d3b061c31.tar.zst freebsd-ports-gnome-9a86e8b0151f8b18cdc15ff5a281f45d3b061c31.zip |
Fix pkg name collisions
With hat: portmgr
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" \ |