diff options
author | Xin LI <delphij@FreeBSD.org> | 2014-02-26 03:07:28 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2014-02-26 03:07:28 +0000 |
commit | 771e747dc6c25b3a5651232e93171c501fa6f297 (patch) | |
tree | 7655eff19143c54d020d758cb2801cd9b0da1413 /devel/libinotify/Makefile | |
parent | 992e52807ed0c4e4ca69f9b8d0a406fe9ac3c477 (diff) |
Update libinotify-kqueue to its latest version.
Notes
Notes:
svn path=/head/; revision=346084
Diffstat (limited to 'devel/libinotify/Makefile')
-rw-r--r-- | devel/libinotify/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/devel/libinotify/Makefile b/devel/libinotify/Makefile index d29f5e1d350f..4949dba647d2 100644 --- a/devel/libinotify/Makefile +++ b/devel/libinotify/Makefile @@ -2,24 +2,24 @@ # $FreeBSD$ PORTNAME= libinotify -PORTVERSION= 20110829 +PORTVERSION= 20120419 CATEGORIES= devel -MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= delphij@FreeBSD.org COMMENT= Kevent based inotify compatible library LICENSE= MIT -GNU_CONFIGURE= yes -USE_BZIP2= yes +USE_GITHUB= yes +GH_ACCOUNT= dmatveev +GH_PROJECT= libinotify-kqueue +GH_COMMIT= 2a0d601 +GH_TAGNAME= ${GH_COMMIT} + USE_LDCONFIG= yes -# -# Get rid of .la and static library files -# -post-configure: - @${REINPLACE_CMD} -E -e \ - '/Install the pseudo-library/,/staticlibs=/s,^,#,' ${WRKSRC}/libtool +post-patch: + @${CP} ${FILESDIR}/Makefile ${WRKSRC} + @${TOUCH} ${WRKSRC}/config.h .include <bsd.port.mk> |