Thu Jul 24 13:22:36 2014 UTC ()
flex (libfl) is a runtime dependency.


(jperkin)
diff -r1.13 -r1.14 pkgsrc/net/unfs3/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/net/unfs3/Makefile (expand / switch to unified diff)

--- pkgsrc/net/unfs3/Makefile 2014/06/28 21:28:14 1.13
+++ pkgsrc/net/unfs3/Makefile 2014/07/24 13:22:36 1.14
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.13 2014/06/28 21:28:14 dholland Exp $ 1# $NetBSD: Makefile,v 1.14 2014/07/24 13:22:36 jperkin Exp $
2# 2#
3 3
4DISTNAME= unfs3-0.9.22 4DISTNAME= unfs3-0.9.22
5PKGREVISION= 2 5PKGREVISION= 2
6CATEGORIES= net 6CATEGORIES= net
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=unfs3/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=unfs3/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://unfs3.sourceforge.net/ 10HOMEPAGE= http://unfs3.sourceforge.net/
11COMMENT= Userspace NFSv3 server 11COMMENT= Userspace NFSv3 server
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_TOOLS+= flex bison 15USE_TOOLS+= flex:run bison
16 16
17.include "../../mk/bsd.prefs.mk" 17.include "../../mk/bsd.prefs.mk"
18 18
19CONF_FILES+= ${PREFIX}/share/examples/unfs3/exports \ 19CONF_FILES+= ${PREFIX}/share/examples/unfs3/exports \
20 ${PKG_SYSCONFDIR}/exports 20 ${PKG_SYSCONFDIR}/exports
21RCD_SCRIPTS= unfsd 21RCD_SCRIPTS= unfsd
22 22
23INSTALLATION_DIRS+= share/examples/unfs3 23INSTALLATION_DIRS+= share/examples/unfs3
24 24
25SUBST_CLASSES+= exports 25SUBST_CLASSES+= exports
26SUBST_STAGE.exports= pre-configure 26SUBST_STAGE.exports= pre-configure
27SUBST_MESSAGE.exports= Fixing path to exports(5) 27SUBST_MESSAGE.exports= Fixing path to exports(5)
28SUBST_FILES.exports= daemon.c unfsd.8 28SUBST_FILES.exports= daemon.c unfsd.8