pkgsrc-WIP-changes archive

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

Clojure: Fix errors reported with PKG_DEVELOPER defined.



Module Name:	pkgsrc-wip
Committed By:	Sunil Nimmagadda <sunil%nimmagadda.net@localhost>
Pushed By:	skn
Date:		Tue Sep 17 16:27:00 2019 +0530
Changeset:	89c4844b818cf02d76a80f30a0fd994cceafd641

Modified Files:
	clojure/Makefile

Log Message:
Clojure: Fix errors reported with PKG_DEVELOPER defined.

Testing and hints from fox%netbsd.org@localhost, thanks.

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

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

diffstat:
 clojure/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/clojure/Makefile b/clojure/Makefile
index d2748a5637..168d272c17 100644
--- a/clojure/Makefile
+++ b/clojure/Makefile
@@ -16,6 +16,9 @@ USE_JAVA=	run
 USE_JAVA2=	8
 USE_TOOLS+=	bash
 
+REPLACE_BASH+=	clj
+REPLACE_BASH+=	clojure
+
 INSTALLATION_DIRS=	bin \
 			clojure \
 			clojure/libexec \


Home | Main Index | Thread Index | Old Index