aboutsummaryrefslogtreecommitdiff
path: root/devel/fam/Makefile
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-09-10 09:49:31 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-09-10 09:49:31 +0000
commit7acc766abb2cb10378f2d087473071db76d2d4da (patch)
treef45df54e36ed927dc0d5aa9045d89c7beff36b06 /devel/fam/Makefile
parent9e2fa484f6367e7cc4144a8803ea885137ab3bd0 (diff)
downloadports-7acc766abb2cb10378f2d087473071db76d2d4da.tar.gz
ports-7acc766abb2cb10378f2d087473071db76d2d4da.zip
Notes
Diffstat (limited to 'devel/fam/Makefile')
-rw-r--r--devel/fam/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/devel/fam/Makefile b/devel/fam/Makefile
index f51a67ec1912..dc66903d6a83 100644
--- a/devel/fam/Makefile
+++ b/devel/fam/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fam
PORTVERSION= 2.6.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/
PATCH_SITES= ftp://oss.sgi.com/projects/fam/download/patches/
@@ -16,7 +16,7 @@ PATCHFILES= freebsd-mntent.patch # freebsd-build.patch
MAINTAINER= ports@geeksrus.net
-USE_AUTOMAKE_VER=14
+USE_AUTOMAKE_VER=15
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
@@ -25,10 +25,13 @@ MAN1= fam.1m
MAN3= fam.3x
pre-configure:
- ${RM} -fr ${WRKSRC}/util
- ${MV} ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.am.orig
- ${SED} -e s/util// -e /SUBDIRS/q \
+ @${RM} -fr ${WRKSRC}/util
+ @${MV} ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.am.orig
+ @${SED} -e s/util// -e /SUBDIRS/q \
<${WRKSRC}/Makefile.am.orig >${WRKSRC}/Makefile.am
+ @${RM} -f ${WRKSRC}/Makefile.am.orig
+ ${RM} -fv ${WRKSRC}/fam/mntent*
+ ${CP} ${FILESDIR}/mntent* ${WRKSRC}/fam
post-install:
@${CAT} ${PKGMESSAGE}