- fix broken location of fdm.conf

- fix path in MANUAL
- take maintainership
This commit is contained in:
Dirk Meyer 2017-04-24 10:52:49 +00:00
parent d2e2b7c24b
commit 95db762bb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439280

View File

@ -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