pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add TEST_TARGET, and tidy up in the two first sections.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%uninett.no@localhost>
Pushed By: he
Date: Sat Jul 13 12:24:39 2019 +0200
Changeset: 592f72ce8fcfb3872ebfe4df51ea61f0e05f4581
Modified Files:
quickjs/Makefile
Log Message:
Add TEST_TARGET, and tidy up in the two first sections.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=592f72ce8fcfb3872ebfe4df51ea61f0e05f4581
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
quickjs/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diffs:
diff --git a/quickjs/Makefile b/quickjs/Makefile
index 0455c71926..92837b56fa 100644
--- a/quickjs/Makefile
+++ b/quickjs/Makefile
@@ -9,12 +9,14 @@ EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://bellard.org/quickjs/
COMMENT= Small and embeddable Javascript engine
-
LICENSE= mit
+
USE_TOOLS= gmake
INSTALLATION_DIRS+= bin lib/quickjs include/quickjs
+TEST_TARGET= test
+
post-extract:
cd ${WRKSRC}; \
${SED} -e 's:^prefix=.*:prefix='${PREFIX}':' <Makefile >Makefile.new; \
Home |
Main Index |
Thread Index |
Old Index