diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-26 11:40:29 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-26 11:40:29 +0000 |
commit | d1cc82d17a213628986614f99a3d403e3c40e30f (patch) | |
tree | 88c5ad4ddcf019856242fd5cad9bea5da7cb6d97 /archivers | |
parent | 11d60b05203882ab22561df9034d985943a125bc (diff) | |
download | pkgsrc-d1cc82d17a213628986614f99a3d403e3c40e30f.tar.gz |
Remove manual addition of MAKE_FLAGS to OPSYSVARS, it's now in by default.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/afio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/afio/Makefile b/archivers/afio/Makefile index 0150bf30f39..5b580d5aa68 100644 --- a/archivers/afio/Makefile +++ b/archivers/afio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/02/25 09:28:36 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2016/02/26 11:40:29 jperkin Exp $ DISTNAME= afio-2.5.1 CATEGORIES= archivers @@ -12,7 +12,6 @@ COMMENT= Data corruption handling cpio-format archive creator BUILD_TARGET= afio # Don't define HAVE_LCHOWN -OPSYSVARS+= MAKE_FLAGS MAKE_FLAGS.Darwin+= e2= INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |