diff options
author | jmmv <jmmv> | 2004-02-09 18:14:45 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-09 18:14:45 +0000 |
commit | cd33464987955de2547a943067942750323b80e4 (patch) | |
tree | f3484de58c1a16c37cba4fe4f4b0b19031e8a277 /sysutils/fam/Makefile | |
parent | 13422a425c009dbaf091cd73e5595d3be197448b (diff) | |
download | pkgsrc-cd33464987955de2547a943067942750323b80e4.tar.gz |
Update to 2.6.10:
- removed const from Scheduler.h to fix GCC 3 build.
- use GID_NOBODY if NOGROUP is undefined to build on SysV-like operating
systems including IRIX.
Changes in the package:
- Install configuration file in place.
- Tell the user how to setup and enable FAM.
Diffstat (limited to 'sysutils/fam/Makefile')
-rw-r--r-- | sysutils/fam/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/fam/Makefile b/sysutils/fam/Makefile index 55774584516..ee7efcfd978 100644 --- a/sysutils/fam/Makefile +++ b/sysutils/fam/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/01/24 15:06:57 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/09 18:14:45 jmmv Exp $ # -DISTNAME= fam-2.6.9 -PKGREVISION= 1 +DISTNAME= fam-2.6.10 CATEGORIES= sysutils devel MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/stable/ \ ftp://ftp.tuwien.ac.at/opsys/linux/gentoo/distfiles/ \ @@ -15,8 +14,14 @@ COMMENT= File Alteration Monitor USE_BUILDLINK2= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES +USE_PKGINSTALL= YES GNU_CONFIGURE= YES + LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +EGDIR= ${PREFIX}/share/examples/fam +CONF_FILES= ${EGDIR}/fam.conf ${PKG_SYSCONFDIR}/fam.conf + .include "../../mk/bsd.pkg.mk" |