diff options
author | tron <tron@pkgsrc.org> | 2002-02-27 13:54:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-02-27 13:54:27 +0000 |
commit | 1689499d4aeccf2c61c9d7c22784ce0786e36e23 (patch) | |
tree | 02f8bdf858acc1ce04f66bb4d9dee171e8c1dda4 /wm | |
parent | df83fe617b4e0ec8a267a3a52b5c288d4d123476 (diff) | |
download | pkgsrc-1689499d4aeccf2c61c9d7c22784ce0786e36e23.tar.gz |
Fix non dewey-conform distribution version number.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icewm-gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/icewm-gnome/Makefile b/wm/icewm-gnome/Makefile index 1c9f1d240db..6f23212aec5 100644 --- a/wm/icewm-gnome/Makefile +++ b/wm/icewm-gnome/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2002/02/26 09:41:43 martti Exp $ +# $NetBSD: Makefile,v 1.9 2002/02/27 13:54:27 tron Exp $ -PKGNAME= ${DISTNAME:S/-/-gnome-/} +PKGNAME= ${DISTNAME:S/-/-gnome-/:S/-2/.2/} COMMENT= Small, fast and light-weight window manager (GNOME version) CONFLICTS+= icewm-[0-9]* |