diff options
author | Xin LI <delphij@FreeBSD.org> | 2007-07-05 14:25:37 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2007-07-05 14:25:37 +0000 |
commit | bef85799a1b0c689eddca7f05a593abf53c25502 (patch) | |
tree | 217abdff6696f7bb8f539c451df230ddd36a38da /net/fspd | |
parent | 7a8d737319d63615938dc284901e18ecbf622046 (diff) | |
download | ports-bef85799a1b0c689eddca7f05a593abf53c25502.tar.gz ports-bef85799a1b0c689eddca7f05a593abf53c25502.zip |
Notes
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} |