diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-09-22 21:33:45 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-09-22 21:33:45 +0000 |
commit | 622c7cd9ca00f5e2dca0e95b4511241bf2c9dc0e (patch) | |
tree | aba1c831a4cf5325da4977b56b3043c835d921fb /x11/wdm/Makefile | |
parent | ed763e7f908318ed21b08c61766012801159be63 (diff) | |
download | pkgsrc-622c7cd9ca00f5e2dca0e95b4511241bf2c9dc0e.tar.gz |
Fix an invalid shell construction in a script. Closes PR pkg/25336 by
Emmanuel Decitre. Bump PKGREVISION to 6.
OK'ed during freeze by jlam@.
Diffstat (limited to 'x11/wdm/Makefile')
-rw-r--r-- | x11/wdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 0c3f5a20904..a4a852207f0 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2005/04/11 21:48:14 tv Exp $ +# $NetBSD: Makefile,v 1.23 2005/09/22 21:33:45 jmmv Exp $ DISTNAME= wdm-1.25 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= x11 windowmaker MASTER_SITES= http://voins.program.ru/wdm/ |