diff options
author | joerg <joerg> | 2009-11-26 00:35:00 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-11-26 00:35:00 +0000 |
commit | e84c6bd7e0d570362a9aafeacb61574cb3db0fb9 (patch) | |
tree | da31dbaf8e40949ba5a90b2e4fe45f1acd4bd15d /net | |
parent | 276204f22b310b63530693088ed5acbe0058269b (diff) | |
download | pkgsrc-e84c6bd7e0d570362a9aafeacb61574cb3db0fb9.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'net')
-rw-r--r-- | net/miniupnpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index 1347e6e725e..8dd6f0403ff 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/04/29 12:34:42 sborrill Exp $ +# $NetBSD: Makefile,v 1.4 2009/11/26 00:35:00 joerg Exp $ # DISTNAME= miniupnpd-20081009 @@ -12,6 +12,7 @@ HOMEPAGE= http://miniupnp.free.fr/ COMMENT= UPnP IGD service with NAT-PMP support PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no EGDIR= ${PREFIX}/share/examples/miniupnpd CONF_FILES= ${EGDIR}/miniupnpd.conf ${PKG_SYSCONFDIR}/miniupnpd.conf |