aboutsummaryrefslogtreecommitdiffstats
path: root/mail/aerc
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-06-29 12:02:08 +0800
committerTobias Kortkamp <tobik@FreeBSD.org>2019-06-29 12:02:08 +0800
commit7b402c39801c3f91c517db32b24bb529256a6484 (patch)
tree9e4758468901fed37c152dc6653e56c064a9973a /mail/aerc
parent3726f942547e374490d375baf83216d7644a7162 (diff)
downloadfreebsd-ports-gnome-7b402c39801c3f91c517db32b24bb529256a6484.tar.gz
freebsd-ports-gnome-7b402c39801c3f91c517db32b24bb529256a6484.tar.zst
freebsd-ports-gnome-7b402c39801c3f91c517db32b24bb529256a6484.zip
mail/aerc: Drop custom do-{build,install} targets after r505321
Diffstat (limited to 'mail/aerc')
-rw-r--r--mail/aerc/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/mail/aerc/Makefile b/mail/aerc/Makefile
index 76b455ed42f9..bc745d67595d 100644
--- a/mail/aerc/Makefile
+++ b/mail/aerc/Makefile
@@ -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 \
@@ -81,12 +81,4 @@ post-patch:
-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>