summaryrefslogtreecommitdiff
path: root/sysutils/fam
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-05-08 16:57:37 +0000
committerjmmv <jmmv>2003-05-08 16:57:37 +0000
commit87ce9cb4547bdad70cb091a1761f5db7157a6c34 (patch)
tree54e7efc8bdc688971637ab95a43018bfea4c220e /sysutils/fam
parent3a95bab5237a36eee0f303c4d7a323207410186a (diff)
downloadpkgsrc-87ce9cb4547bdad70cb091a1761f5db7157a6c34.tar.gz
Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1.
Diffstat (limited to 'sysutils/fam')
-rw-r--r--sysutils/fam/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fam/Makefile b/sysutils/fam/Makefile
index 059ecd527e6..01a03580217 100644
--- a/sysutils/fam/Makefile
+++ b/sysutils/fam/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2002/12/17 19:43:39 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2003/05/08 16:57:37 jmmv Exp $
#
DISTNAME= fam-2.6.9
+PKGREVISION= 1
CATEGORIES= sysutils devel
MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/stable/ \
ftp://ftp.tuwien.ac.at/opsys/linux/gentoo/distfiles/ \
@@ -16,5 +17,6 @@ USE_GMAKE= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
.include "../../mk/bsd.pkg.mk"