diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-20 02:31:02 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-20 02:31:02 +0000 |
commit | f1615908833e0b829b5313fe1bbdafbf7626eaaf (patch) | |
tree | c587e9d07af13795d46508f9f7133a14486efd30 /mail/tpop3d | |
parent | 8e922c74951a01ed942a38ffe281a6a19c2b6523 (diff) | |
download | ports-f1615908833e0b829b5313fe1bbdafbf7626eaaf.tar.gz ports-f1615908833e0b829b5313fe1bbdafbf7626eaaf.zip |
Notes
Diffstat (limited to 'mail/tpop3d')
-rw-r--r-- | mail/tpop3d/Makefile | 8 |
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) |