diff options
author | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
commit | 4e79085c76d137332c22a7250a1d71af8a54d788 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /devel/gindent | |
parent | c4fadcb41aac66eb827c3fac04625ff7eb355f08 (diff) | |
download | pkgsrc-4e79085c76d137332c22a7250a1d71af8a54d788.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'devel/gindent')
-rw-r--r-- | devel/gindent/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gindent/Makefile b/devel/gindent/Makefile index 023d8a8353d..c3c1523c150 100644 --- a/devel/gindent/Makefile +++ b/devel/gindent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2005/04/11 21:45:23 tv Exp $ +# $NetBSD: Makefile,v 1.40 2005/09/28 20:52:19 rillig Exp $ # DISTNAME= indent-2.2.8a @@ -14,8 +14,8 @@ COMMENT= GNU version of pretty-printer for C source code PKG_INSTALLATION_TYPES= overwrite pkgviews -GNU_CONFIGURE= # defined -USE_PKGLOCALEDIR= # defined +GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes INFO_FILES= indent.info |