diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-27 15:33:37 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-27 15:33:37 +0000 |
commit | 5aec0516a5c6de41b2e764c033b946953ed1e596 (patch) | |
tree | 62042b20bb9d1860c40aac8b20c19b17c045364e /misc | |
parent | 466ca56cab0a7b40df5e66ff36abe68b293764a0 (diff) | |
download | pkgsrc-5aec0516a5c6de41b2e764c033b946953ed1e596.tar.gz |
Remove redundant MAKE_ENV
Diffstat (limited to 'misc')
-rw-r--r-- | misc/granulate/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/granulate/Makefile b/misc/granulate/Makefile index c8740e53099..aa99d54ab04 100644 --- a/misc/granulate/Makefile +++ b/misc/granulate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/12 11:09:08 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/03/27 15:33:37 zuntum Exp $ # DISTNAME= granulate-0.1 @@ -9,9 +9,6 @@ MASTER_SITES= ftp://134.74.16.12/pub/ \ MAINTAINER= zuntum@netbsd.org COMMENT= Program for splitting files in place -MAKE_ENV= "CC=${CC}" \ - "CFLAGS=${CFLAGS}" - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/granulate ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/granulate |