diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-02 10:23:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-02 10:23:27 +0000 |
commit | 0f9d716da41524f8c2c84a2c7c30834654aef8d0 (patch) | |
tree | c70682f035e367ecb97baf144365be1784c45473 /lang/rexx-imc/Makefile | |
parent | 7609ebdbe8526e575b98dbead3c7501052f548b0 (diff) | |
download | pkgsrc-0f9d716da41524f8c2c84a2c7c30834654aef8d0.tar.gz |
Fixed unprivileged builds. Bumped PKGREVISION.
Diffstat (limited to 'lang/rexx-imc/Makefile')
-rw-r--r-- | lang/rexx-imc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index 78b393bf590..38ef6d7273e 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:56 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/07/02 10:23:27 rillig Exp $ # DISTNAME= rexx-imc-1.76 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/ \ ftp://ftp.sai.msu.su/pub/unix/rexx/ \ ftp://crydee.sai.msu.ru/zeus/unix/rexx/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://users.comlab.ox.ac.uk/ian.collier/Rexx/ COMMENT= Implementation of IBM's REXX scripting language |