From 7b82837c1398d01bf23b60d4d6bd082511bae9b4 Mon Sep 17 00:00:00 2001 From: Michael Landin Date: Wed, 16 Aug 2006 12:32:26 +0000 Subject: - FAM doesn't build if some stale files exist in share/aclocal. To avoid future problems change priotity in include paths - bump PORTREVISION PR: ports/102141 Submitted by: Stanislav Sedov --- devel/fam/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'devel/fam') diff --git a/devel/fam/Makefile b/devel/fam/Makefile index 6e727de6352d..a2e56bbcca59 100644 --- a/devel/fam/Makefile +++ b/devel/fam/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ # -PORTNAME= fam -PORTVERSION= 2.6.10 -CATEGORIES= devel -MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/ -DIST_SUBDIR= ${PORTNAME} +PORTNAME= fam +PORTVERSION= 2.6.10 +PORTREVISION= 1 +CATEGORIES= devel +MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/ +DIST_SUBDIR= ${PORTNAME} MAINTAINER= ssedov@mbsd.msk.ru COMMENT= A file alteration monitor @@ -21,7 +22,7 @@ AUTOMAKE_ARGS= -c -a USE_GMAKE= yes USE_GNOME= gnometarget USE_LDCONFIG= yes -ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal +ACLOCAL_ARGS= -I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal SUB_FILES= pkg-message MAN1= fam.1m -- cgit v1.2.3