pkgsrc-WIP-changes archive

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

glucose-syrup: use build target



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Wed Jul 27 17:06:13 2016 +0300
Changeset:	bff964a4bb0ae6b80b7076fbe40b650ba932dad3

Modified Files:
	glucose-syrup/Makefile

Log Message:
glucose-syrup: use build target

instead of custom do-build
thanks kamil

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

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

diffstat:
 glucose-syrup/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/glucose-syrup/Makefile b/glucose-syrup/Makefile
index 0499bca..5d9d5e0 100644
--- a/glucose-syrup/Makefile
+++ b/glucose-syrup/Makefile
@@ -12,13 +12,11 @@ COMMENT=	Parallel SAT solver
 LICENSE=	glucose-syrup-license
 
 USE_TOOLS+=		gmake
+BUILD_TARGET=		rs
 
 WRKSRC=			${WRKDIR}/${DISTNAME}/parallel
 INSTALLATION_DIRS+=	bin
 
-do-build:
-	set -e; cd ${WRKSRC}; ${GMAKE} rs
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/glucose-syrup_static ${DESTDIR}${PREFIX}/bin/glucose-syrup
 


Home | Main Index | Thread Index | Old Index