pkgsrc-WIP-changes archive

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

emwm-utils: simplify Makefile



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Tue Jun 21 22:57:45 2022 +0200
Changeset:	11355d191f7a0cfcd626ab2aa7e17e54a611b21f

Modified Files:
	emwm-utils/Makefile

Log Message:
emwm-utils: simplify Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=11355d191f7a0cfcd626ab2aa7e17e54a611b21f

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

diffstat:
 emwm-utils/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diffs:
diff --git a/emwm-utils/Makefile b/emwm-utils/Makefile
index f3f729b186..bc92139bef 100644
--- a/emwm-utils/Makefile
+++ b/emwm-utils/Makefile
@@ -13,10 +13,7 @@ HOMEPAGE=	https://fastestcode.org/emwm.html
 COMMENT=	Companion utilies for EMWM
 LICENSE=	mit
 
-SUBST_CLASSES+=		paths
-SUBST_STAGE.paths=	pre-configure
-SUBST_FILES.paths=	src/xmsession.src
-SUBST_SED.paths=	-e 's,PREFIX,${PREFIX},g'
+MAKEFLAGS+=	PREFIX=${PREFIX}
 
 INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
 INSTALLATION_DIRS+=	share/examples/${DISTNAME:S,-src,,}


Home | Main Index | Thread Index | Old Index