diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 63e84b1b84449ee2d7305c779da111b57099caf4 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /comms/lrzsz | |
parent | d3860910249fb12e019d47196d7d1d1bfb361f20 (diff) | |
download | pkgsrc-63e84b1b84449ee2d7305c779da111b57099caf4.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'comms/lrzsz')
-rw-r--r-- | comms/lrzsz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index a4130935782..fe81e68b39e 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:07 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/09/28 20:52:18 rillig Exp $ DISTNAME= lrzsz-0.12.20 CATEGORIES= comms @@ -10,8 +10,8 @@ COMMENT= Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive) PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_PKGLOCALEDIR= # defined -GNU_CONFIGURE= # defined +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" |