summaryrefslogtreecommitdiff
path: root/net/unfs3/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2009-05-22 20:02:31 +0000
committertnn <tnn>2009-05-22 20:02:31 +0000
commita445a6b39b312c6663a2c2bec4326cd8fc0d61ca (patch)
tree117d584864cd64a4fd8d3e0be6c8bc876ee760ab /net/unfs3/Makefile
parent44ecd2b1a119f75171b3b309517243bf080cea30 (diff)
downloadpkgsrc-a445a6b39b312c6663a2c2bec4326cd8fc0d61ca.tar.gz
Update to unfs3-0.9.22.
Version 0.9.22 - fix spelling mistake in "no_all_squash" export option parsing - fix build on more recent FreeBSD systems - fix filesystem size reporting for Solaris Zones and others - document permission needs for exported directories
Diffstat (limited to 'net/unfs3/Makefile')
-rw-r--r--net/unfs3/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile
index 46b204687a5..166a8df556a 100644
--- a/net/unfs3/Makefile
+++ b/net/unfs3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2008/08/12 20:15:11 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2009/05/22 20:02:31 tnn Exp $
#
-DISTNAME= unfs3-0.9.21
+DISTNAME= unfs3-0.9.22
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=unfs3/}
@@ -11,6 +11,7 @@ COMMENT= Userspace NFSv3 server
GNU_CONFIGURE= yes
PKG_DESTDIR_SUPPORT= user-destdir
+USE_TOOLS+= gmake
CONF_FILES+= ${PREFIX}/share/examples/unfs3/exports \
${PKG_SYSCONFDIR}/exports
@@ -26,11 +27,6 @@ SUBST_SED.exports= -e 's,/etc/exports,${PKG_SYSCONFDIR}/exports,g'
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD"
-BUILDLINK_TRANSFORM+= rm:-lrpcsoc
-CPPFLAGS+= -Dxp_sock=xp_fd
-.endif
-
post-install:
${INSTALL_DATA} ${FILESDIR}/exports \
${DESTDIR}${PREFIX}/share/examples/unfs3