diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-02 14:33:20 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-02 14:33:20 +0000 |
commit | 65a640ef628dd8dd5aec1f8942898d785dd05e22 (patch) | |
tree | 709dc7a4f453c465b65a4de2dd88ea485ce083c6 /wm | |
parent | 4d07e6dd00c2c3c3fc5a743115857e675bdb3224 (diff) | |
download | pkgsrc-65a640ef628dd8dd5aec1f8942898d785dd05e22.tar.gz |
wm/windowmaker: remove WindowMaker.in from SUBST_FILES
That file does not contain the paths that are fixed.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/windowmaker/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index c315251946a..bd5dd270609 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.129 2020/04/20 17:04:18 adam Exp $ +# $NetBSD: Makefile,v 1.130 2020/05/02 14:33:20 rillig Exp $ DISTNAME= WindowMaker-0.95.9 PKGNAME= ${DISTNAME:tl} @@ -60,7 +60,6 @@ SUBST_CLASSES+= fix-path SUBST_STAGE.fix-path= pre-configure SUBST_MESSAGE.fix-path= Fixing absolute paths. SUBST_FILES.fix-path= WINGs/wapplication.c -SUBST_FILES.fix-path+= WindowMaker/Defaults/WindowMaker.in SUBST_FILES.fix-path+= WPrefs.app/Paths.c SUBST_FILES.fix-path+= WindowMaker/menu* SUBST_FILES.fix-path+= WindowMaker/plmenu* |