diff options
author | delphij <delphij@FreeBSD.org> | 2007-07-05 22:25:37 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-07-05 22:25:37 +0800 |
commit | 574740a85a782c4feef78375291b3fec975d805c (patch) | |
tree | 7a2fb012be66652515f2949ba8618eee928ff8a1 /net/fspd | |
parent | a0697d38da597f0f57be85de32fea31c5d6ee471 (diff) | |
download | freebsd-ports-gnome-574740a85a782c4feef78375291b3fec975d805c.tar.gz freebsd-ports-gnome-574740a85a782c4feef78375291b3fec975d805c.tar.zst freebsd-ports-gnome-574740a85a782c4feef78375291b3fec975d805c.zip |
Fix PLIST_FILES, it was duplicated by previous merge.
Pointy hat to: miwi
Approved by: maintainer
Diffstat (limited to 'net/fspd')
-rw-r--r-- | net/fspd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/fspd/Makefile b/net/fspd/Makefile index 1aa5314791c2..f9c2bee6cbd3 100644 --- a/net/fspd/Makefile +++ b/net/fspd/Makefile @@ -7,7 +7,7 @@ PORTNAME= fspd PORTVERSION= 2.8.1.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fsp @@ -47,8 +47,6 @@ OPTIONS= NOCLIENTS "Omit client commands" off \ CONFIGURE_ARGS+= --disable-timeout .endif -PLIST_FILES= bin/fspscan bin/fspd etc/fspd.conf.sample - .if !defined(WITH_NOCLIENTS) .for command in ${CLIENTS} PLIST_FILES+= bin/${command} |