From 7acc766abb2cb10378f2d087473071db76d2d4da Mon Sep 17 00:00:00 2001 From: Alan Eldridge Date: Tue, 10 Sep 2002 09:49:31 +0000 Subject: Replace the mntent emulation code with my own versions, which are GPL'd, so that SGI can integrate them, along with the rest of the current patches, into its own tree. The BSD license on the old code was preventing that, as SGI's legal weasels will only allow them to accept GPL'd code. My stuff's more well written anyway; I know how to write C++, the old author didn't. --- devel/fam/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'devel/fam/Makefile') 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} -- cgit v1.2.3