pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/fop



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 27 22:44:31 UTC 2018

Modified Files:
        pkgsrc/textproc/fop: Makefile

Log Message:
fop: SUBST in pre-configure doesn't work when NO_CONFIGURE=yes


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

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

Modified files:

Index: pkgsrc/textproc/fop/Makefile
diff -u pkgsrc/textproc/fop/Makefile:1.36 pkgsrc/textproc/fop/Makefile:1.37
--- pkgsrc/textproc/fop/Makefile:1.36   Wed Jul  4 13:40:39 2018
+++ pkgsrc/textproc/fop/Makefile        Thu Sep 27 22:44:31 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2018/07/04 13:40:39 jperkin Exp $
+# $NetBSD: Makefile,v 1.37 2018/09/27 22:44:31 tnn Exp $
 #
 # Note: we currently use the pre-built (-bin) distribution of FOP,
 #
@@ -25,7 +25,7 @@ WRKSRC=               ${WRKDIR}/${PKGNAME_NOREV}
 PLIST_SRC=     ${PKGDIR}/PLIST
 
 SUBST_CLASSES+=                        java_home
-SUBST_STAGE.java_home=         pre-configure
+SUBST_STAGE.java_home=         pre-install
 SUBST_MESSAGE.java_home=       Setting JAVA_HOME to a sane value.
 SUBST_FILES.java_home=         fop
 SUBST_FILES.java_home+=                fop-ttfreader.sh



Home | Main Index | Thread Index | Old Index