svn commit: r505322 - head/mail/aerc
Tobias Kortkamp
tobik at FreeBSD.org
Sat Jun 29 04:02:09 UTC 2019
Author: tobik
Date: Sat Jun 29 04:02:08 2019
New Revision: 505322
URL: https://svnweb.freebsd.org/changeset/ports/505322
Log:
mail/aerc: Drop custom do-{build,install} targets after r505321
Modified:
head/mail/aerc/Makefile
Modified: head/mail/aerc/Makefile
==============================================================================
--- head/mail/aerc/Makefile Sat Jun 29 03:51:13 2019 (r505321)
+++ head/mail/aerc/Makefile Sat Jun 29 04:02:08 2019 (r505322)
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= scdoc:textproc/scdoc
-USES= go:modules
+USES= go:modules,no_targets
USE_GITHUB= nodefault
GH_TUPLE= danwakefield:fnmatch:cbb64ac3d964:danwakefield_fnmatch/vendor/github.com/danwakefield/fnmatch \
davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
@@ -80,13 +80,5 @@ post-patch:
-e '/MANDIR/ s,install -m644,${INSTALL_MAN},' \
-e '/SHAREDIR/ s,install -m644,${INSTALL_DATA},' \
${WRKSRC}/Makefile
-
-# Prevent USES=go do-{build,install} targets. We do want the
-# environmental setup USES=go does though.
-do-build:
- @${DO_MAKE_BUILD} -C ${WRKSRC} ${ALL_TARGET}
-
-do-install:
- @${DO_MAKE_BUILD} -C ${WRKSRC} DESTDIR=${STAGEDIR} ${INSTALL_TARGET}
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list