diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-05-04 03:08:22 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-05-09 17:49:27 +0000 |
commit | db06efef607c98073cc3106604fd9dbdd5ddb06a (patch) | |
tree | bd3b17fed0d4d5a0e53fc9b419ed2f501eb98fc2 | |
parent | 3c17b06cc193f3f7b2175601ce0b4950ac07bf17 (diff) |
sysutils/nut: Remove redundant install-strip INSTALL TARGET
-rw-r--r-- | sysutils/nut/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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> |