pkgsrc-WIP-changes archive

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

vmware-sercons: use BUILD_TARGET instead of do-build



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Fri Jan 5 06:44:52 2018 +0000
Changeset:	9434547b67c8316366f890971fad15a3ccfdceb2

Modified Files:
	vmware-sercons/Makefile

Log Message:
vmware-sercons: use BUILD_TARGET instead of do-build

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

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

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

diffs:
diff --git a/vmware-sercons/Makefile b/vmware-sercons/Makefile
index 96f3bbe2e2..25a2de3ce5 100644
--- a/vmware-sercons/Makefile
+++ b/vmware-sercons/Makefile
@@ -16,9 +16,7 @@ LICENSE=	mit
 NO_CONFIGURE=		yes
 INSTALLATION_DIRS=	bin
 USE_TOOLS+=		gmake
-
-do-build:
-	cd ${WRKSRC} && gmake sercons
+BUILD_TARGET=		sercons
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/sercons ${DESTDIR}${PREFIX}/bin


Home | Main Index | Thread Index | Old Index