diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-08-30 10:33:51 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-08-30 10:33:51 +0000 |
commit | 75a2afc8f6d7bc353644543c61b06f302df203d9 (patch) | |
tree | b706466dcfa5413c2cf0b1c71b1946533d959966 /mail/fdm/Makefile | |
parent | 1d028083767cc3b4df24e1a57af0a064163f2e54 (diff) |
Notes
Diffstat (limited to 'mail/fdm/Makefile')
-rw-r--r-- | mail/fdm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile index ef51d63bc16c..68838fad94b1 100644 --- a/mail/fdm/Makefile +++ b/mail/fdm/Makefile @@ -13,8 +13,6 @@ LICENSE= ISCL LIB_DEPENDS= libtdb.so:databases/tdb -MAKE_JOBS_UNSAFE= yes - USE_GITHUB= yes GH_ACCOUNT= nicm USES= autoreconf:build ssl @@ -34,6 +32,7 @@ PCRE_LIB_DEPENDS=libpcre.so:devel/pcre post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/*.[15] ${WRKSRC}/MANUAL + @${ECHO_CMD} 'lex.c: parse.h' >> ${WRKSRC}/Makefile.am pre-configure: @cd ${WRKSRC} && sh autogen.sh |