diff options
Diffstat (limited to 'mail/fdm')
-rw-r--r-- | mail/fdm/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile index 0a892c753d18..57dedce1034e 100644 --- a/mail/fdm/Makefile +++ b/mail/fdm/Makefile @@ -3,9 +3,10 @@ PORTNAME= fdm PORTVERSION= 1.9 +PORTREVISION= 1 CATEGORIES= mail -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= Fetches and delivers mail LICENSE= ISCL @@ -14,8 +15,9 @@ LIB_DEPENDS= libtdb.so:databases/tdb USE_GITHUB= yes GH_ACCOUNT= nicm -GNU_CONFIGURE= yes USES= autoreconf:build ssl +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc PLIST_FILES= bin/fdm man/man1/fdm.1.gz man/man5/fdm.conf.5.gz PORTDOCS= CHANGES README MANUAL @@ -29,7 +31,7 @@ PCRE_LIBS= -lpcre PCRE_LIB_DEPENDS=libpcre.so:devel/pcre post-patch: - @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/*.[15] + @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/*.[15] ${WRKSRC}/MANUAL pre-configure: @cd ${WRKSRC} && sh autogen.sh |