diff options
author | dholland <dholland@pkgsrc.org> | 2011-12-21 17:13:48 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-12-21 17:13:48 +0000 |
commit | 4402c2725dd4b2615ecc6fc958391cfa2667e905 (patch) | |
tree | ea8664a270637eeb16b8da7d55c71856db8047a7 /net/unfs3/Makefile | |
parent | 712cd67ccb053e525d167008de55f1871e280b21 (diff) | |
download | pkgsrc-4402c2725dd4b2615ecc6fc958391cfa2667e905.tar.gz |
No reason to build this with gmake, so don't; this allows patching it
to be MAKE_JOBS_SAFE.
Diffstat (limited to 'net/unfs3/Makefile')
-rw-r--r-- | net/unfs3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index d3df72d465a..851a338420a 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/02/14 20:00:12 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2011/12/21 17:13:48 dholland Exp $ # DISTNAME= unfs3-0.9.22 @@ -12,7 +12,7 @@ COMMENT= Userspace NFSv3 server PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -USE_TOOLS+= gmake flex bison +USE_TOOLS+= flex bison .include "../../mk/bsd.prefs.mk" @@ -32,7 +32,7 @@ SUBST_SED.exports= -e 's,/etc/exports,${PKG_SYSCONFDIR}/exports,g' pre-build: cd ${WRKSRC}/Config && ${MAKE_PROGRAM} clean - + post-install: ${INSTALL_DATA} ${FILESDIR}/exports \ ${DESTDIR}${PREFIX}/share/examples/unfs3 |