aboutsummaryrefslogtreecommitdiff
path: root/devel/fam/Makefile
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-09-04 00:22:12 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-09-04 00:22:12 +0000
commit507f5405a5cb2b1c778ffaf753312560c5439346 (patch)
treeffa5ccb517b8909d54e9485259ae8864c8f0f59d /devel/fam/Makefile
parent7b817566b471494bd197fa7204f5e079253c16fc (diff)
downloadports-507f5405a5cb2b1c778ffaf753312560c5439346.tar.gz
ports-507f5405a5cb2b1c778ffaf753312560c5439346.zip
Notes
Diffstat (limited to 'devel/fam/Makefile')
-rw-r--r--devel/fam/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/devel/fam/Makefile b/devel/fam/Makefile
index c558a198cae8..1fef217cc01b 100644
--- a/devel/fam/Makefile
+++ b/devel/fam/Makefile
@@ -5,12 +5,15 @@
# $FreeBSD$
#
-PORTNAME= fam
-PORTVERSION= 2.6.8
-CATEGORIES= devel
-MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/
+PORTNAME= fam
+PORTVERSION= 2.6.9
+CATEGORIES= devel
+MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/
+PATCH_SITES= ftp://oss.sgi.com/projects/fam/download/patches/
+PATCH_DIST_STRIP= -p1
+PATCHFILES= freebsd-mntent.patch # freebsd-build.patch
-MAINTAINER= ports@geeksrus.net
+MAINTAINER= ports@geeksrus.net
USE_AUTOMAKE_VER=14
USE_LIBTOOL= yes
@@ -22,8 +25,6 @@ MAN3= fam.3x
pre-configure:
${RM} -fr ${WRKSRC}/util
- ${CP} ${FILESDIR}/fam-mntent.h ${WRKSRC}/fam/mntent.h
- ${CP} ${FILESDIR}/fam-mntent_compat.c++ ${WRKSRC}/fam/mntent_compat.c++
${MV} ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.am.orig
${SED} -e s/util// -e /SUBDIRS/q \
<${WRKSRC}/Makefile.am.orig >${WRKSRC}/Makefile.am