diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-29 21:11:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-29 21:11:37 +0000 |
commit | 81781aa97f23d12f0361aaf0b087e7b186f5e862 (patch) | |
tree | 0f1754e9033154f588c928e03eabc49ca4c1fca6 /devel/fam | |
parent | 6dafa5bb98c67f90f7864f3bed279ae7de20737a (diff) |
Notes
Diffstat (limited to 'devel/fam')
-rw-r--r-- | devel/fam/Makefile | 13 | ||||
-rw-r--r-- | devel/fam/pkg-plist | 4 |
2 files changed, 6 insertions, 11 deletions
diff --git a/devel/fam/Makefile b/devel/fam/Makefile index 5045321876e4..78a0e99fc6e0 100644 --- a/devel/fam/Makefile +++ b/devel/fam/Makefile @@ -3,7 +3,7 @@ PORTNAME= fam PORTVERSION= 2.6.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/ DIST_SUBDIR= ${PORTNAME} @@ -13,11 +13,11 @@ COMMENT= File alteration monitor CFLAGS+= -Wno-deprecated -USES= gmake -USE_AUTOTOOLS= aclocal automake autoconf libtool -AUTOMAKE_ARGS= -c -a +USES= gmake libtool +USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake +AUTOMAKE_ARGS= -a -c -f USE_LDCONFIG= yes -ACLOCAL_ARGS= -I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal +INSTALL_TARGET= install-strip SUB_FILES= pkg-message #CONFLICTS_INSTALL= gamin-[0-9]* @@ -32,7 +32,4 @@ pre-configure: <${WRKSRC}/Makefile.am.orig >${WRKSRC}/Makefile.am ${CP} ${FILESDIR}/mntent* ${WRKSRC}/fam -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfam.so.0 - .include <bsd.port.mk> diff --git a/devel/fam/pkg-plist b/devel/fam/pkg-plist index f3ced0de2b5a..341d6d9b8e8a 100644 --- a/devel/fam/pkg-plist +++ b/devel/fam/pkg-plist @@ -2,10 +2,8 @@ bin/fam etc/fam.conf include/fam.h lib/libfam.a -lib/libfam.la lib/libfam.so lib/libfam.so.0 +lib/libfam.so.0.0.0 man/man1/fam.1m.gz man/man3/fam.3x.gz -@comment For non-standard prefixes -@rmtry libdata/ldconfig/fam |