diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-17 10:31:08 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-17 10:31:08 +0000 |
commit | 520e2e89f5cea316cfccf323060c6707b266fa87 (patch) | |
tree | 96efb66e31f8f3ea693997d31d759e212b09012a /misc/gnuls | |
parent | 72ca267a9237ed319247dc608867fe4a2d5040f4 (diff) | |
download | ports-520e2e89f5cea316cfccf323060c6707b266fa87.tar.gz ports-520e2e89f5cea316cfccf323060c6707b266fa87.zip |
Notes
Diffstat (limited to 'misc/gnuls')
-rw-r--r-- | misc/gnuls/Makefile | 16 |
1 files changed, 1 insertions, 15 deletions
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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> |