aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dbmail-devel/Makefile
diff options
context:
space:
mode:
authorsergei <sergei@FreeBSD.org>2003-10-24 14:51:27 +0800
committersergei <sergei@FreeBSD.org>2003-10-24 14:51:27 +0800
commit2264ff0ec2a31431dda4514c55ea17a0cec7c087 (patch)
treeaacbc20a15158462ae0deb74c2d0e7bc1c6b75ca /mail/dbmail-devel/Makefile
parent0e3ef575308998f2236b736495d86e0d60fa6dee (diff)
downloadfreebsd-ports-gnome-2264ff0ec2a31431dda4514c55ea17a0cec7c087.tar.gz
freebsd-ports-gnome-2264ff0ec2a31431dda4514c55ea17a0cec7c087.tar.zst
freebsd-ports-gnome-2264ff0ec2a31431dda4514c55ea17a0cec7c087.zip
- Update to 1.2.1:
This update fixes a security bug in the SMTP handling code and adds some indexes to the PostgreSQL table layout for speed improvements PR: 58470 Submitted by: maintainer Approved by: krion (implicit)
Diffstat (limited to 'mail/dbmail-devel/Makefile')
-rw-r--r--mail/dbmail-devel/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/dbmail-devel/Makefile b/mail/dbmail-devel/Makefile
index 301089ea7420..7c8cef3cc616 100644
--- a/mail/dbmail-devel/Makefile
+++ b/mail/dbmail-devel/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= dbmail
-PORTVERSION= 1.2
-PORTREVISION= 1
+PORTVERSION= 1.2.1
CATEGORIES= mail
MASTER_SITES= http://www.dbmail.org/tgz/
PKGNAMESUFFIX= -${DATABASE}
@@ -63,9 +62,7 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/sql/${DATABASE}/* ${DATADIR}/sql
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for docs in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
-.endfor
+ @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>