diff options
author | pav <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
commit | 72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e (patch) | |
tree | d1102c67d6d770e809475dae366f152130cb1883 /ftp/ftp-proxy | |
parent | 5ae596207dc0bd85ca28a43d715d82bc6b358b81 (diff) | |
download | FreeBSD-ports-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.zip FreeBSD-ports-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.tar.gz |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'ftp/ftp-proxy')
-rw-r--r-- | ftp/ftp-proxy/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ftp/ftp-proxy/Makefile b/ftp/ftp-proxy/Makefile index f9d6915..276d829 100644 --- a/ftp/ftp-proxy/Makefile +++ b/ftp/ftp-proxy/Makefile @@ -30,10 +30,6 @@ CFLAGS+= -I${LOCALBASE}/include IGNORE= is a part of base for 7.0 and above .endif -.if ${OSVERSION} < 502106 -IGNORE= only for 5.3 and above -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ftp-proxy ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/ftp-proxy.8.gz ${PREFIX}/man/man8 |