pkgsrc-WIP-changes archive

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

Substitute with the correct location.



Module Name:	pkgsrc-wip
Committed By:	Sunil Nimmagadda <sunil%nimmagadda.net@localhost>
Pushed By:	skn
Date:		Tue Sep 17 14:01:45 2019 +0530
Changeset:	2951072c3f0e1b3c2b89efd15b8c80f39ef2e820

Modified Files:
	clojure/Makefile

Log Message:
Substitute with the correct location.

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

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

diffstat:
 clojure/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/clojure/Makefile b/clojure/Makefile
index 94e1b657b0..d2748a5637 100644
--- a/clojure/Makefile
+++ b/clojure/Makefile
@@ -24,9 +24,9 @@ INSTALLATION_DIRS=	bin \
 WRKSRC=	${WRKDIR}/clojure-tools
 
 SUBST_CLASSES+=		java
-SUBST_STAGE.java=	pre-install
+SUBST_STAGE.java=	pre-configure
 SUBST_FILES.java=	clojure
-SUBST_SED.java=		-e 's,PREFIX,${DESTDIR}${PREFIX}/clojure,g'
+SUBST_SED.java=		-e 's,PREFIX,${PREFIX}/clojure,g'
 
 DEPENDS+=	rlwrap-[0-9]*:../../misc/rlwrap
 


Home | Main Index | Thread Index | Old Index