pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/plan



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 11:40:39 UTC 2021

Modified Files:
        pkgsrc/time/plan: Makefile

Log Message:
plan: substitute path to X11R6 in Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/time/plan/Makefile

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

Modified files:

Index: pkgsrc/time/plan/Makefile
diff -u pkgsrc/time/plan/Makefile:1.36 pkgsrc/time/plan/Makefile:1.37
--- pkgsrc/time/plan/Makefile:1.36      Sun Sep  3 08:53:16 2017
+++ pkgsrc/time/plan/Makefile   Fri May 14 11:40:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2017/09/03 08:53:16 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2021/05/14 11:40:39 nia Exp $
 
 DISTNAME=      plan-1.9
 PKGREVISION=   1
@@ -12,6 +12,11 @@ COMMENT=     Schedule planner based on X/Mot
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src
 USE_TOOLS+=    yacc lex
 
+SUBST_CLASSES+=                paths
+SUBST_STAGE.paths=     pre-configure
+SUBST_FILES.paths+=    Makefile
+SUBST_SED.paths+=      -e "s,/usr/X11R6,${X11BASE},g"
+
 INSTALLATION_DIRS=     libexec/plan ${PKGMANDIR}/man1 ${PKGMANDIR}/man4 \
                        share/plan/holiday
 



Home | Main Index | Thread Index | Old Index