From 574740a85a782c4feef78375291b3fec975d805c Mon Sep 17 00:00:00 2001 From: delphij Date: Thu, 5 Jul 2007 14:25:37 +0000 Subject: Fix PLIST_FILES, it was duplicated by previous merge. Pointy hat to: miwi Approved by: maintainer --- net/fspd/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'net') 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} -- cgit