diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-23 09:54:02 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-23 09:54:02 +0000 |
commit | 3ab1b8443ec60e4983c4666f0e84cedab20e81d2 (patch) | |
tree | d13723a66084b6936010f3cea6404da7bbcf103b /security/libprelude | |
parent | 63d0ab27e8fc88df6e11d9fb8b37620420285dd1 (diff) | |
download | ports-3ab1b8443ec60e4983c4666f0e84cedab20e81d2.tar.gz ports-3ab1b8443ec60e4983c4666f0e84cedab20e81d2.zip |
Notes
Diffstat (limited to 'security/libprelude')
-rw-r--r-- | security/libprelude/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 125a1ffd5a51..682b5add84cc 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -3,7 +3,7 @@ PORTNAME= libprelude PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= https://www.prelude-ids.org/attachments/download/241/ @@ -62,6 +62,9 @@ BROKEN= Does not compile post-patch: @${REINPLACE_CMD} -e \ '/^install-data-am:/s|install-data-local||' ${WRKSRC}/docs/api/Makefile.in + @${REINPLACE_CMD} '\,gnutls/extra\.h,d' \ + ${WRKSRC}/prelude-admin/prelude-admin.c \ + ${WRKSRC}/prelude-admin/server.c post-install: ${INSTALL_MAN} ${WRKSRC}/docs/manpages/*.1 ${MAN1PREFIX}/man/man1 |