diff options
author | heinz <heinz> | 2008-01-13 14:18:07 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-01-13 14:18:07 +0000 |
commit | 43b3de82e42932a5db87bf3c87f776dec1c691ee (patch) | |
tree | c29ce4716be17c26f198a9c24709ce38a5521772 /wm/fvwm-themes | |
parent | 03603ad6ac04a5b2e433a21e63c2c5995aa32c04 (diff) | |
download | pkgsrc-43b3de82e42932a5db87bf3c87f776dec1c691ee.tar.gz |
Fixed error message from check-interpreter.mk reported by Olaf Seibert
on pkgsrc-users.
Diffstat (limited to 'wm/fvwm-themes')
-rw-r--r-- | wm/fvwm-themes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/fvwm-themes/Makefile b/wm/fvwm-themes/Makefile index 16e44f7a6e5..16318d34785 100644 --- a/wm/fvwm-themes/Makefile +++ b/wm/fvwm-themes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/02/02 19:30:23 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/01/13 14:18:07 heinz Exp $ # DISTNAME= fvwm-themes-${THEM_VER} @@ -24,6 +24,8 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-ft-datadir=${PREFIX}/share/fvwm2 +REPLACE_PERL+= themes/cde/modules/create-buttonbar-config + post-install: ${PREFIX}/bin/fvwm-themes-config --site --install \ ${DISTDIR}/fvwm-themes-extra-${THEM_VER}.tar.bz2 |