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 | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /comms/lrzsz | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.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" |