aboutsummaryrefslogtreecommitdiff
path: root/mail/fdm
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2017-04-24 10:52:49 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2017-04-24 10:52:49 +0000
commit95db762bb59596b6e6346e70fab9cc16ea5496f2 (patch)
tree7bfebfa9436e544d921e00c8e8e4807fee2639c9 /mail/fdm
parentd2e2b7c24b4e7730bb2040dd2646ceb9b285d483 (diff)
downloadports-95db762bb59596b6e6346e70fab9cc16ea5496f2.tar.gz
ports-95db762bb59596b6e6346e70fab9cc16ea5496f2.zip
- fix broken location of fdm.conf
- fix path in MANUAL - take maintainership
Notes
Notes: svn path=/head/; revision=439280
Diffstat (limited to 'mail/fdm')
-rw-r--r--mail/fdm/Makefile8
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