diff options
author | mich <mich@FreeBSD.org> | 2006-08-16 12:32:26 +0000 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2006-08-16 12:32:26 +0000 |
commit | 1f573facc40dae513c1e86c51d3bb26c20b40910 (patch) | |
tree | 3e6684efa23de4099c9fe6d8c1d15635712ed486 | |
parent | 1d17e4ee0c69c28a50e775ab0ea47c45821d8893 (diff) | |
download | FreeBSD-ports-1f573facc40dae513c1e86c51d3bb26c20b40910.zip FreeBSD-ports-1f573facc40dae513c1e86c51d3bb26c20b40910.tar.gz |
- 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 <ssedov@mbsd.msk.ru>
-rw-r--r-- | devel/fam/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/fam/Makefile b/devel/fam/Makefile index 6e727de..a2e56bb 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 |