summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2010-06-09 16:44:14 +0000
committerMartin Matuska <mm@FreeBSD.org>2010-06-09 16:44:14 +0000
commit670e54bfc0c8d9a57d93efbb66871f367d5dcb48 (patch)
tree0273aedadb0a2f7f9e2b11993b8f680ba2e748f9 /ftp
parent- Fix CFLAGS (diff)
- Fix mkdir -> mkdir -p in package
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=256212
Diffstat (limited to 'ftp')
-rw-r--r--ftp/proftpd/Makefile2
-rw-r--r--ftp/proftpd/pkg-plist2
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