aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2007-04-20 10:31:02 +0800
committerlwhsu <lwhsu@FreeBSD.org>2007-04-20 10:31:02 +0800
commit66fab97877aa39a069eab04e0a3ab997edacac7a (patch)
treeb499bc94e2fce87f031a1a13edd80496d7c99bbf /mail
parent96709b60b1d93771684ebcbf371230a1f921ef9b (diff)
downloadfreebsd-ports-gnome-66fab97877aa39a069eab04e0a3ab997edacac7a.tar.gz
freebsd-ports-gnome-66fab97877aa39a069eab04e0a3ab997edacac7a.tar.zst
freebsd-ports-gnome-66fab97877aa39a069eab04e0a3ab997edacac7a.zip
- Install config files with right permissions by s/INSTALL_SCRIPT/INSTALL_DATA/
- Bump PORTREVISION PR: 111845 Submitted by: Alexander Logvinov <ports AT logvinov.com> Approved by: Boris Kovalenko <boris AT tagnet.ru> (maintainer), clsung (mentor)
Diffstat (limited to 'mail')
-rw-r--r--mail/tpop3d/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile
index 1104a65c68f1..1827fbe9c942 100644
--- a/mail/tpop3d/Makefile
+++ b/mail/tpop3d/Makefile
@@ -7,12 +7,12 @@
PORTNAME= tpop3d
PORTVERSION= 1.5.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= http://www.ex-parrot.com/~chris/tpop3d/
MAINTAINER= boris@tagnet.ru
-COMMENT= Virtual-domain capable POP3 server supporting MySQL,PgSQL etc auth
+COMMENT= Virtual-domain capable POP3 server supporting MySQL, PgSQL etc auth
USE_OPENSSL= yes
GNU_CONFIGURE= yes
@@ -103,9 +103,9 @@ post-patch:
${WRKSRC}/tpop3d.conf.5 ${WRKSRC}/tpop3d.8
post-install:
- ${INSTALL_SCRIPT} ${FILESDIR}/tpop3d.conf.dist ${DEFAULT_CONFIG}
+ ${INSTALL_DATA} ${FILESDIR}/tpop3d.conf.dist ${DEFAULT_CONFIG}
@if [ ! -f ${PREFIX}/etc/tpop3d.conf ]; then \
- ${INSTALL_SCRIPT} ${FILESDIR}/tpop3d.conf.dist \
+ ${INSTALL_DATA} ${FILESDIR}/tpop3d.conf.dist \
${PREFIX}/etc/tpop3d.conf ; \
fi
.if !defined(NOPORTDOCS)