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:
parent
392da6dd34
commit
670e54bfc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256212
@ -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/ \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user