diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-09-07 12:05:17 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-09-07 12:05:17 +0000 |
commit | 5439ab5c6af9044f9773c653962c7e65e7388e17 (patch) | |
tree | 48e99504a13bf001d763c46437ee6c7adce52c46 /print | |
parent | a2f949adf927715e989d2c88c259db4b3721ad70 (diff) | |
download | pkgsrc-5439ab5c6af9044f9773c653962c7e65e7388e17.tar.gz |
Now that _STRIPFLAG_INSTALL defaults to empty on Darwin remove manual setting.
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 5820bfced5c..492265da1ea 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2015/06/12 10:50:57 wiz Exp $ +# $NetBSD: Makefile,v 1.80 2015/09/07 12:05:17 jperkin Exp $ DISTNAME= a2ps-4.14 PKGREVISION= 8 @@ -19,9 +19,6 @@ USE_LIBTOOL= yes .include "../../mk/bsd.prefs.mk" CFLAGS.Darwin+= -flat_namespace -.if ${OPSYS} == "Darwin" -_STRIPFLAG_INSTALL= # none -.endif USE_TOOLS+= file:run gmake lex mktemp:run perl:run CONFIGURE_ENV+= file_prog=${FILE_CMD:Q} |