aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fam/Makefile')
-rw-r--r--devel/fam/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/devel/fam/Makefile b/devel/fam/Makefile
index 227918dd754e..0ae86e77bc88 100644
--- a/devel/fam/Makefile
+++ b/devel/fam/Makefile
@@ -9,23 +9,19 @@ MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A file alteration monitor
+COMMENT= File alteration monitor
CFLAGS+= -Wno-deprecated
+USES= gmake
USE_AUTOTOOLS= aclocal automake autoconf libtool
AUTOMAKE_ARGS= -c -a
-USE_GMAKE= yes
USE_LDCONFIG= yes
ACLOCAL_ARGS= -I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal
SUB_FILES= pkg-message
-MAN1= fam.1m
-MAN3= fam.3x
+#CONFLICTS_INSTALL= gamin-[0-9]*
-CONFLICTS= gamin-[0-9]*
-
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/Makefile.am
@@ -37,6 +33,6 @@ pre-configure:
@${CP} ${FILESDIR}/mntent* ${WRKSRC}/fam
post-install:
- @${CAT} ${PKGMESSAGE}
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfam.so.0
.include <bsd.port.mk>