diff options
author | joerg <joerg@pkgsrc.org> | 2020-09-14 18:21:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-09-14 18:21:36 +0000 |
commit | 610cd9b7e0e7cdf4b6abfe47997f994eb702fa1a (patch) | |
tree | 72021c33098a671d4ba3183ba2cd66e8a0ebb961 /wm | |
parent | 00627a1499cd45ba98c2b0c86ab7f590c8e48d12 (diff) | |
download | pkgsrc-610cd9b7e0e7cdf4b6abfe47997f994eb702fa1a.tar.gz |
Drop useless SUBST block.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fvwm-themes/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/wm/fvwm-themes/Makefile b/wm/fvwm-themes/Makefile index 69733b71a51..0c62455a5ab 100644 --- a/wm/fvwm-themes/Makefile +++ b/wm/fvwm-themes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2020/08/31 18:12:29 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2020/09/14 18:21:36 joerg Exp $ # DISTNAME= fvwm-themes-${THEM_VER} @@ -67,13 +67,6 @@ SUBST_SED.root_prefix= -e 's|\/^$$ROOT_PREFIX\/\/|\|\^${DESTDIR}\|\||' SUBST_STAGE.root_prefix= pre-configure SUBST_MESSAGE.root_prefix= root_prefix tweak implementing -#### 6 #### -SUBST_CLASSES+= theme-cfg -SUBST_FILES.theme-cfg= ${DESTDIR}${PREFIX}/share/fvwm2/themes/current/theme.cfg -SUBST_SED.theme-cfg= -e 's|${WRKDR}/.destdir||' -SUBST_STAGE.theme-cfg= post-install -SUBST_MESSAGE.theme-cfg= theme-cfg tweak implementing - # Copied from bin/ and add -destdir onto its name. # See following two targets. bin_SCRIPTS_DESTDIR= fvwm-themes-config fvwm-themes-menuapp |