aboutsummaryrefslogtreecommitdiffstats
path: root/mail/lmtpd/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-07-08 02:17:55 +0800
committermiwi <miwi@FreeBSD.org>2008-07-08 02:17:55 +0800
commit31dbf976ff61df5b33525bee805677869f72b20f (patch)
tree07b22805814333bab4c341090e7840c75288a529 /mail/lmtpd/Makefile
parenta012611f0e569b7c6e52d49a12dfc779b364583a (diff)
downloadfreebsd-ports-gnome-31dbf976ff61df5b33525bee805677869f72b20f.tar.gz
freebsd-ports-gnome-31dbf976ff61df5b33525bee805677869f72b20f.tar.zst
freebsd-ports-gnome-31dbf976ff61df5b33525bee805677869f72b20f.zip
- Update to 0.10.3
Changelog: * GCC4 compatibility patches * Use of a temporary file to handle log rotation correctly. PR: 125256 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
Diffstat (limited to 'mail/lmtpd/Makefile')
-rw-r--r--mail/lmtpd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/lmtpd/Makefile b/mail/lmtpd/Makefile
index 562d49daea0d..77e716bc1e05 100644
--- a/mail/lmtpd/Makefile
+++ b/mail/lmtpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lmtpd
-PORTVERSION= 0.10.2
+PORTVERSION= 0.10.3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} ftp://ftp.oav.net/pll/
MASTER_SITE_SUBDIR= pll
@@ -104,9 +104,11 @@ post-install:
${PREFIX}/etc/lmtpd.conf.dist
${INSTALL_SCRIPT} ${WRKSRC}/lmtpdlogsum/lmtpdlogsum.pl \
${PREFIX}/bin/lmtpdlogsum
+.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}/msg
${INSTALL_DATA} ${WRKSRC}/sql/* ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/txt/* ${EXAMPLESDIR}/msg
+.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}