diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-04-19 05:25:19 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-04-19 05:25:19 +0800 |
commit | 519969a14e4d6cf7538e2359e64870743f10dca6 (patch) | |
tree | 673f249ff87c4d7cf28fc4429d946d7332893ff2 /net/fspd | |
parent | 50260e4988068cf40ee209bae43d7cc4ea83bbfe (diff) | |
download | freebsd-ports-gnome-519969a14e4d6cf7538e2359e64870743f10dca6.tar.gz freebsd-ports-gnome-519969a14e4d6cf7538e2359e64870743f10dca6.tar.zst freebsd-ports-gnome-519969a14e4d6cf7538e2359e64870743f10dca6.zip |
Remove 4.x support.
PR: ports/111828
Submitted by: Marcelo Araujo
Diffstat (limited to 'net/fspd')
-rw-r--r-- | net/fspd/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/net/fspd/Makefile b/net/fspd/Makefile index b468f8f69a16..ecb3e124eb39 100644 --- a/net/fspd/Makefile +++ b/net/fspd/Makefile @@ -32,23 +32,20 @@ MLINKS= fcatcmd.1 fcat.1 fcdcmd.1 fcd.1 fducmd.1 fdu.1 \ fhostcmd.1 fhost.1 flscmd.1 fls.1 fprocmd.1 fpro.1 \ frmdircmd.1 frmdir.1 fstatcmd.1 fstat.1 fmvcmd.1 fmv.1 \ fsetupcmd.1 fsetup.1 -PLIST_FILES= bin/fspd bin/fspscan etc/fspd.conf.sample -OPTIONS= NOCLIENTS "Omit client commands" off \ - INFINITE "Infinite retry in client commands" off + GNU_CONFIGURE= yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME} +OPTIONS= NOCLIENTS "Omit client commands" off \ + INFINITE "Infinite retry in client commands" off + .include <bsd.port.pre.mk> .if defined(WITH_INFINITE) CONFIGURE_ARGS+= --disable-timeout .endif -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on 4.x" -.endif - .if !defined(WITH_NOCLIENTS) .for command in ${CLIENTS} PLIST_FILES+= bin/${command} @@ -81,4 +78,4 @@ do-install: .endfor ${INSTALL_MAN} ${WRKSRC}/man/${MAN7} ${PREFIX}/man/man7 -.include <bsd.port.post.mk> +.include <bsd.port.pre.mk> |