pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/wm/fvwm-themes



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jan 14 22:10:09 UTC 2024

Modified Files:
        pkgsrc/wm/fvwm-themes: Makefile

Log Message:
wm/fvwm-themes: remove references to destdir, bump revision


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/wm/fvwm-themes/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/fvwm-themes/Makefile
diff -u pkgsrc/wm/fvwm-themes/Makefile:1.26 pkgsrc/wm/fvwm-themes/Makefile:1.27
--- pkgsrc/wm/fvwm-themes/Makefile:1.26 Fri Sep  1 06:03:29 2023
+++ pkgsrc/wm/fvwm-themes/Makefile      Sun Jan 14 22:10:09 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2023/09/01 06:03:29 vins Exp $
+# $NetBSD: Makefile,v 1.27 2024/01/14 22:10:09 rillig Exp $
 #
 
 DISTNAME=      fvwm-themes-${THEM_VER}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    wm
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fvwm-themes/}
 EXTRACT_SUFX=  .tar.bz2
@@ -27,6 +27,7 @@ GNU_CONFIGURE=        YES
 CONFIGURE_ENV+=                PERL=${PERL5}
 CONFIGURE_ARGS+=       --with-ft-datadir=${PREFIX}/share/fvwm2
 CONFIGURE_ARGS+=       --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
+GNU_CONFIGURE_STRICT=  no      # autoconf 2.57 is too old
 
 REPLACE_PERL+= themes/cde/modules/create-buttonbar-config
 REPLACE_PERL+= themes/redmondxp/modules/FvwmThemesPanelManager
@@ -71,6 +72,11 @@ SUBST_SED.root_prefix=               -e 's|\/^$$ROOT_
 SUBST_STAGE.root_prefix=       pre-configure
 SUBST_MESSAGE.root_prefix=     root_prefix tweak implementing
 
+SUBST_CLASSES+=                        destdir
+SUBST_STAGE.destdir=           post-install
+SUBST_FILES.destdir=           ${DESTDIR}${PREFIX}/share/fvwm2/themes/current/theme.cfg
+SUBST_SED.destdir=             -e 's,${DESTDIR}${PREFIX},${PREFIX},'
+
 # Copied from bin/ and add -destdir onto its name.
 # See following two targets.
 bin_SCRIPTS_DESTDIR=   fvwm-themes-config fvwm-themes-menuapp



Home | Main Index | Thread Index | Old Index