aboutsummaryrefslogtreecommitdiff
path: root/textproc/minify
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2019-09-29 22:34:31 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2019-09-29 22:34:31 +0000
commitfc95b3f0cf943e760e906eac92aac51eff4d0c1c (patch)
tree8b41993e1df35d7245f4013a2d3adcb758a276a1 /textproc/minify
parent67c4b925b7fd606361a2152563b80da493232dfb (diff)
downloadports-fc95b3f0cf943e760e906eac92aac51eff4d0c1c.tar.gz
ports-fc95b3f0cf943e760e906eac92aac51eff4d0c1c.zip
Go ports: cleanup, finish transition to USES=go started with r505321 (cat. sysutils-x11)
- Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21744
Notes
Notes: svn path=/head/; revision=513276
Diffstat (limited to 'textproc/minify')
-rw-r--r--textproc/minify/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/textproc/minify/Makefile b/textproc/minify/Makefile
index c062d395e62f..1499c7f4380c 100644
--- a/textproc/minify/Makefile
+++ b/textproc/minify/Makefile
@@ -28,7 +28,4 @@ GH_TUPLE= dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/
tdewolff:test:v1.0.4:tdewolff_test/vendor/github.com/tdewolff/test
USE_GITHUB= yes
-do-install:
- ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/minify ${STAGEDIR}${PREFIX}/bin/minify
-
.include <bsd.port.mk>