From 05d99eee7b101bb2be4d42deb9d4d8850e9d8bbd Mon Sep 17 00:00:00 2001 From: leeym Date: Thu, 17 Feb 2005 10:31:08 +0000 Subject: ACL support already included in port PR: 77519 Submitted by: Tarc Approved by: Brian Clapper --- misc/gnuls/Makefile | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'misc') diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile index 61ed0f4b53e8..e62969060d3a 100644 --- a/misc/gnuls/Makefile +++ b/misc/gnuls/Makefile @@ -19,18 +19,4 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls MAN1= gnuls.1 dircolors.1 dir.1 vdir.1 -.include - -.if ${OSVERSION} > 500019 -.if defined(WITH_ACL_SUPPORT) -PATCHFILES+= gnuls-acl-20010825.patch -PATCH_SITES+= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR+= jedgar -.else -pre-fetch: - @${ECHO} "To build this port with ACL support, define" - @${ECHO} "WITH_ACL_SUPPORT (i.e. make -DWITH_ACL_SUPPORT)" -.endif -.endif - -.include +.include -- cgit