From 90bf33f701948af1f7c39c8734ccd7343a700c94 Mon Sep 17 00:00:00 2001 From: eadler Date: Thu, 28 Mar 2013 15:51:16 +0000 Subject: Drop support for old versions of FreeBSD from unmaintained ports Reviewed by: miwi --- net/sharity-light/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'net/sharity-light') diff --git a/net/sharity-light/Makefile b/net/sharity-light/Makefile index 51a5ffc53a9b..2117d605e9e0 100644 --- a/net/sharity-light/Makefile +++ b/net/sharity-light/Makefile @@ -27,9 +27,7 @@ post-extract: @${CP} ${FILESDIR}/Makefile.unshlight ${WRKDIR}/unshlight/Makefile post-patch: -.if ${OSVERSION} >= 800100 ${REINPLACE_CMD} -e "s,#.*include ,," ${WRKSRC}/nfs/syscalls.c -.endif post-build: cd ${WRKDIR}/unshlight && make -- cgit