aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2017-04-24 18:52:49 +0800
committerdinoex <dinoex@FreeBSD.org>2017-04-24 18:52:49 +0800
commitd481a016e058cfab96672d74519808aef92406f5 (patch)
tree7bfebfa9436e544d921e00c8e8e4807fee2639c9 /mail
parent6f9b01f064a1754e022fbada3fac7e76895fdf86 (diff)
downloadfreebsd-ports-gnome-d481a016e058cfab96672d74519808aef92406f5.tar.gz
freebsd-ports-gnome-d481a016e058cfab96672d74519808aef92406f5.tar.zst
freebsd-ports-gnome-d481a016e058cfab96672d74519808aef92406f5.zip
- fix broken location of fdm.conf
- fix path in MANUAL - take maintainership
Diffstat (limited to 'mail')
-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