1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

- Fix mkdir -> mkdir -p in package

- Bump PORTREVISION
This commit is contained in:
Martin Matuska 2010-06-09 16:44:14 +00:00
parent 392da6dd34
commit 670e54bfc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256212
2 changed files with 2 additions and 2 deletions

View File

@ -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/ \

View File

@ -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