diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-21 08:18:14 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-21 08:18:14 +0000 |
commit | f5a277553b8443db7bc3a25a0cad2b1f27dcd4f7 (patch) | |
tree | adcb468db6a6f3f462f1bcad50d936919114d6d1 /comms/lrzsz/Makefile | |
parent | 331e0b5795fb3261f3e41ad968d7952eb998d044 (diff) | |
download | pkgsrc-f5a277553b8443db7bc3a25a0cad2b1f27dcd4f7.tar.gz |
bl3ify and enable pkgviews installation.
Diffstat (limited to 'comms/lrzsz/Makefile')
-rw-r--r-- | comms/lrzsz/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index 3292c76cf68..8e7ae9ac850 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/09/23 07:49:37 yyamano Exp $ +# $NetBSD: Makefile,v 1.15 2004/02/21 08:19:57 minskim Exp $ # FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:29 obrien Exp DISTNAME= lrzsz-0.12.20 @@ -9,7 +9,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.ohse.de/uwe/software/lrzsz.html COMMENT= Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive) -USE_BUILDLINK2= # defined +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= # defined USE_PKGLOCALEDIR= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-catgets |