Fix PLIST_FILES, it was duplicated by previous merge.
Pointy hat to: miwi Approved by: maintainer
This commit is contained in:
parent
7a8d737319
commit
bef85799a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195015
1 changed files with 1 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= fspd
|
PORTNAME= fspd
|
||||||
PORTVERSION= 2.8.1.24
|
PORTVERSION= 2.8.1.24
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= fsp
|
MASTER_SITE_SUBDIR= fsp
|
||||||
|
@ -47,8 +47,6 @@ OPTIONS= NOCLIENTS "Omit client commands" off \
|
||||||
CONFIGURE_ARGS+= --disable-timeout
|
CONFIGURE_ARGS+= --disable-timeout
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
PLIST_FILES= bin/fspscan bin/fspd etc/fspd.conf.sample
|
|
||||||
|
|
||||||
.if !defined(WITH_NOCLIENTS)
|
.if !defined(WITH_NOCLIENTS)
|
||||||
.for command in ${CLIENTS}
|
.for command in ${CLIENTS}
|
||||||
PLIST_FILES+= bin/${command}
|
PLIST_FILES+= bin/${command}
|
||||||
|
|
Loading…
Reference in a new issue