aboutsummaryrefslogtreecommitdiffstats
path: root/mail/fdm/Makefile
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-04-07 04:07:10 +0800
committersat <sat@FreeBSD.org>2007-04-07 04:07:10 +0800
commit5360b499a60220743376be57c9504e1a51895917 (patch)
tree032a8464beb34ef06e1c7ed915ade43193f51984 /mail/fdm/Makefile
parent95e4fcb76db71db4ba821f3d50c3cb39d00e6005 (diff)
downloadfreebsd-ports-gnome-5360b499a60220743376be57c9504e1a51895917.tar.gz
freebsd-ports-gnome-5360b499a60220743376be57c9504e1a51895917.tar.zst
freebsd-ports-gnome-5360b499a60220743376be57c9504e1a51895917.zip
- Update to 1.1
Diffstat (limited to 'mail/fdm/Makefile')
-rw-r--r--mail/fdm/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile
index d738d3e79873..b2096a2d89c0 100644
--- a/mail/fdm/Makefile
+++ b/mail/fdm/Makefile
@@ -6,17 +6,17 @@
#
PORTNAME= fdm
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= mail
MASTER_SITES= SFE
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Fetches and delivers mail
-PLIST_FILES= bin/fdm etc/fdm.conf.sample %%EXAMPLESDIR%%/n-marriott.conf \
- %%EXAMPLESDIR%%/w-maier.conf
+PLIST_FILES= bin/fdm etc/fdm.conf.sample ${CFGEXAMPLES:S|^|%%EXAMPLESDIR%%/|:S|$|.conf|}
PLIST_DIRS= %%EXAMPLESDIR%%
PORTDOCS= CHANGES README MANUAL
+CFGEXAMPLES= n-marriott f-terbeck t-ulmer w-maier
CFLAGS= -I/usr/include/openssl
@@ -28,8 +28,7 @@ post-patch:
post-install:
@${INSTALL} -d ${EXAMPLESDIR}/
- @${INSTALL_DATA} ${WRKSRC}/examples/n-marriott.conf ${EXAMPLESDIR}/
- @${INSTALL_DATA} ${WRKSRC}/examples/w-maier.conf ${EXAMPLESDIR}
+ @${INSTALL_DATA} ${CFGEXAMPLES:S|^|${WRKSRC}/examples/|:S|$|.conf|} ${EXAMPLESDIR}/
@${LN} -sf ${EXAMPLESDIR}/n-marriott.conf ${PREFIX}/etc/fdm.conf.sample
.ifndef NOPORTDOCS
@${INSTALL} -d ${DOCSDIR}/