diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
commit | 1e3119b07ebe66367ead55242a47710e556bf383 (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /net/miniupnpc | |
parent | 0dea0192303406b3b949a31479a4264b58bafce6 (diff) |
- fix misplaced NO_STAGE in slaveports and ifdefs
Notes
Notes:
svn path=/head/; revision=327804
Diffstat (limited to 'net/miniupnpc')
-rw-r--r-- | net/miniupnpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile index 5f449b86f38a..012dfd673352 100644 --- a/net/miniupnpc/Makefile +++ b/net/miniupnpc/Makefile @@ -11,6 +11,7 @@ COMMENT?= UPnP IGD client lightweight library LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE +NO_STAGE= yes HAS_CONFIGURE= yes USE_GMAKE= yes @@ -19,7 +20,6 @@ USE_LDCONFIG= yes CONFIGURE_SCRIPT= updateminiupnpcstrings.sh MAKE_ENV+= INSTALLPREFIX=${PREFIX} -NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_DEBUG) |