- 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>
This commit is contained in:
parent
541c702441
commit
7b82837c13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170788
1 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue