diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-01 20:44:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-01 20:44:05 +0800 |
commit | 50771530227c2f1ebadc578716ff3ff8460f5b28 (patch) | |
tree | 083bcac14fd0310251c93e307c5c7736a4e6ad5a /ftp/proftpd/Makefile | |
parent | a68b3d5b1a35856f118a119feb77a210b535a3a8 (diff) | |
download | freebsd-ports-gnome-50771530227c2f1ebadc578716ff3ff8460f5b28.tar.gz freebsd-ports-gnome-50771530227c2f1ebadc578716ff3ff8460f5b28.tar.zst freebsd-ports-gnome-50771530227c2f1ebadc578716ff3ff8460f5b28.zip |
- Fixed Makefile to not overwrite proftpd.conf
PR: ports/107379
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Diffstat (limited to 'ftp/proftpd/Makefile')
-rw-r--r-- | ftp/proftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index e3a7e4c8a74e..3f2a7d55f11a 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -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 |