svn commit: r514358 - head/shells/elvish

Dmitri Goutnik dmgk at FreeBSD.org
Sat Oct 12 22:03:25 UTC 2019


Author: dmgk
Date: Sat Oct 12 22:03:24 2019
New Revision: 514358
URL: https://svnweb.freebsd.org/changeset/ports/514358

Log:
  shells/elvish: Remove custom targets
  
  Remove custom do-build and do-install targets, go.mk already provides them.
  
  Approved by:	tz (mentor)
  Differential Revision:	https://reviews.freebsd.org/D22005

Modified:
  head/shells/elvish/Makefile

Modified: head/shells/elvish/Makefile
==============================================================================
--- head/shells/elvish/Makefile	Sat Oct 12 22:00:01 2019	(r514357)
+++ head/shells/elvish/Makefile	Sat Oct 12 22:03:24 2019	(r514358)
@@ -19,11 +19,4 @@ GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
 
 PLIST_FILES=	bin/elvish
 
-do-build:
-	@cd ${GO_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} build
-
-do-install:
-	${INSTALL_PROGRAM} ${GO_WRKSRC}/${PORTNAME} \
-	${STAGEDIR}/${PREFIX}/bin/${PORTNAME}
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list