Skip to content

Commit

Permalink
sweep: Remove superfluous EXTRACT_ONLY
Browse files Browse the repository at this point in the history
Remove superfluous EXTRACT_ONLY after 432605a7904c, let go.mk do its
thing.

Approved by:	portmgr (blanket)
  • Loading branch information
dmgk committed Jun 22, 2022
1 parent ba923ff commit 07ca4c3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions net-mgmt/chronograf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ BUILD_DEPENDS= go-bindata:devel/go-bindata \

USES= gmake go:modules python:build

EXTRACT_ONLY:= ${DISTFILES:C/:[^:]+$//}

GO_MODULE= github.com/influxdata/${PORTNAME}
GO_TARGET= ./cmd/chronograf/main.go:chronograf \
./cmd/chronoctl:chronoctl
Expand Down
2 changes: 0 additions & 2 deletions www/adguardhome/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ do-build:
MASTER_SITES= LOCAL/yuri/:deps
DISTFILES= ${PORTNAME}-html-build-${DISTVERSION}${EXTRACT_SUFX}:deps \
${PORTNAME}-html-build2-${DISTVERSION}${EXTRACT_SUFX}:deps
EXTRACT_ONLY= ${PORTNAME}-html-build-${DISTVERSION}${EXTRACT_SUFX} \
${PORTNAME}-html-build2-${DISTVERSION}${EXTRACT_SUFX}

pre-build:
@${CP} -r ${WRKDIR}/build ${WRKDIR}/build2 ${WRKSRC}/
Expand Down
1 change: 0 additions & 1 deletion www/authelia/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://github.com/authelia/authelia/releases/download/v${DISTVERSION}/:public_html
DISTFILES= authelia-${DISTVERSIONFULL}-public_html${EXTRACT_SUFX}:public_html # html root directory needs to be built in a special way
EXTRACT_ONLY= authelia-${DISTVERSIONFULL}-public_html${EXTRACT_SUFX}

MAINTAINER= yuri@FreeBSD.org
COMMENT= Single sign-on multi-factor portal for web apps
Expand Down

0 comments on commit 07ca4c3

Please sign in to comment.