diff options
author | tron <tron@pkgsrc.org> | 2002-02-27 13:46:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-02-27 13:46:34 +0000 |
commit | 88c9b00860eaa9648303abc8670a6cd032b6d58f (patch) | |
tree | e6a6515edaa79f16c24a36a5eac56ce6e4182208 /wm/icewm | |
parent | 4dc6b3b9e7fe130e111cd92ccb7388c92e69a33d (diff) | |
download | pkgsrc-88c9b00860eaa9648303abc8670a6cd032b6d58f.tar.gz |
Don't define "PKGNAME" here because it breaks the "icewm-gnome" package.
Diffstat (limited to 'wm/icewm')
-rw-r--r-- | wm/icewm/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index 28d0a569539..a91047cfca9 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,8 +1,6 @@ -# $NetBSD: Makefile.common,v 1.8 2002/02/26 09:41:39 martti Exp $ -# +# $NetBSD: Makefile.common,v 1.9 2002/02/27 13:46:34 tron Exp $ DISTNAME= icewm-1.0.9-2 -PKGNAME= icewm-1.0.9.2 CATEGORIES= x11 wm MASTER_SITES= http://download.sourceforge.net/icewm/ EXTRACT_SUFX= .tar.bz2 |