Date: Sat, 12 Oct 2019 22:03:24 +0000 (UTC) From: Dmitri Goutnik <dmgk@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514358 - head/shells/elvish Message-ID: <201910122203.x9CM3Osw032312@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910122203.x9CM3Osw032312>