- Fixed Makefile to not overwrite proftpd.conf

PR:		ports/107379
Submitted by:	Beech Rintoul <beech@alaskaparadise.com> (maintainer)
This commit is contained in:
Martin Wilke 2007-01-01 12:44:05 +00:00
parent 8e2d3ffa14
commit 25afef815f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181195
4 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= proftpd
DISTVERSION= 1.3.1rc1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \
@ -228,7 +228,7 @@ post-configure:
post-install:
[ -f ${PREFIX}/etc/proftpd.conf ] || \
${CP} ${EXAMPLESDIR}/etc/proftpd.conf ${PREFIX}/etc/proftpd.conf
${CP} ${EXAMPLESDIR}/etc/proftpd.conf ${PREFIX}/etc/proftpd.conf.sample
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/proftpd

View File

@ -2,7 +2,7 @@ bin/ftpcount
bin/ftpdctl
bin/ftptop
bin/ftpwho
etc/proftpd.conf
etc/proftpd.conf.sample
include/proftpd/auth.h
include/proftpd/bindings.h
include/proftpd/buildstamp.h

View File

@ -7,7 +7,7 @@
PORTNAME= proftpd
DISTVERSION= 1.3.1rc1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \
@ -228,7 +228,7 @@ post-configure:
post-install:
[ -f ${PREFIX}/etc/proftpd.conf ] || \
${CP} ${EXAMPLESDIR}/etc/proftpd.conf ${PREFIX}/etc/proftpd.conf
${CP} ${EXAMPLESDIR}/etc/proftpd.conf ${PREFIX}/etc/proftpd.conf.sample
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/proftpd

View File

@ -2,7 +2,7 @@ bin/ftpcount
bin/ftpdctl
bin/ftptop
bin/ftpwho
etc/proftpd.conf
etc/proftpd.conf.sample
include/proftpd/auth.h
include/proftpd/bindings.h
include/proftpd/buildstamp.h