1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- 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)
This commit is contained in:
Li-Wen Hsu 2007-04-20 02:31:02 +00:00
parent 8e922c7495
commit f161590883
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190403

View File

@ -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)