git: db06efef607c - main - sysutils/nut: Remove redundant install-strip INSTALL TARGET
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 May 2022 18:11:20 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=db06efef607c98073cc3106604fd9dbdd5ddb06a commit db06efef607c98073cc3106604fd9dbdd5ddb06a Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-05-04 03:08:22 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-05-09 17:49:27 +0000 sysutils/nut: Remove redundant install-strip INSTALL TARGET --- sysutils/nut/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index ba58c632e617..c26af0cd8c2f 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -44,7 +44,6 @@ USE_RC_SUBR= nut nut_upsmon nut_upslog SUB_LIST+= STATEDIR=${STATEDIR} PLIST_SUB+= STATEDIR=${STATEDIR} -INSTALL_TARGET= install-strip PORTDOCS= * .include <bsd.port.options.mk>