diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-06-09 16:44:14 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-06-09 16:44:14 +0000 |
commit | 670e54bfc0c8d9a57d93efbb66871f367d5dcb48 (patch) | |
tree | 0273aedadb0a2f7f9e2b11993b8f680ba2e748f9 /ftp/proftpd | |
parent | 392da6dd340e4b227df88aec0fafdf66cbd17860 (diff) | |
download | ports-670e54bfc0c8d9a57d93efbb66871f367d5dcb48.tar.gz ports-670e54bfc0c8d9a57d93efbb66871f367d5dcb48.zip |
Notes
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 2 | ||||
-rw-r--r-- | ftp/proftpd/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index bc5e0e3a3675..bfee8ce40ea5 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd PORTVERSION= 1.3.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ diff --git a/ftp/proftpd/pkg-plist b/ftp/proftpd/pkg-plist index a9cce41ff7ad..dd4245de0c90 100644 --- a/ftp/proftpd/pkg-plist +++ b/ftp/proftpd/pkg-plist @@ -12,7 +12,7 @@ etc/proftpd.conf.sample %%SFTP%%@unexec if cmp -s %D/etc/proftpd/blacklist.dat %D/etc/proftpd/blacklist.dat.sample; then rm -f %D/etc/proftpd/blacklist.dat; fi %%SFTP%%etc/proftpd/blacklist.dat.sample %%SFTP%%@exec cp -n %D/%F %B/blacklist.dat -@exec mkdir %%LOCALSTATEDIR%%/proftpd +@exec mkdir -p %%LOCALSTATEDIR%%/proftpd include/proftpd/auth.h include/proftpd/bindings.h include/proftpd/buildstamp.h |