diff options
author | obache <obache> | 2007-08-25 15:41:32 +0000 |
---|---|---|
committer | obache <obache> | 2007-08-25 15:41:32 +0000 |
commit | fefeeef4436afb47dff4d809e3a44f15c08f4c50 (patch) | |
tree | f397a51e4190a363d10c39f2cd6ce3031b7f98bb /wm/icewm-imlib | |
parent | a166a0c1d5ff7802359e108db324bf4013e60c27 (diff) | |
download | pkgsrc-fefeeef4436afb47dff4d809e3a44f15c08f4c50.tar.gz |
Remove bogus ${PREFIX}/etc/icewm handling in PLIST.
Specify PKG_SYSCONFSUBDIR instead.
Problem noticed in PR 36289.
Bump PKGREVISION.
Diffstat (limited to 'wm/icewm-imlib')
-rw-r--r-- | wm/icewm-imlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/icewm-imlib/Makefile b/wm/icewm-imlib/Makefile index a4db646652e..059b6bc17c7 100644 --- a/wm/icewm-imlib/Makefile +++ b/wm/icewm-imlib/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2007/01/09 08:40:46 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2007/08/25 15:41:33 obache Exp $ PKGNAME= ${DISTNAME:S/-/-imlib-/} +PKGREVISION= 1 COMMENT= Small, fast and light-weight window manager (imlib version) CONFLICTS+= icewm-[0-9]* icewm-gnome-[0-9]* |