From 2124477267dd8b0597b45e8b393bfb7ad52d2889 Mon Sep 17 00:00:00 2001 From: schmonz Date: Thu, 26 Jul 2018 10:05:01 +0000 Subject: Use ${INSTALL_SCRIPT} for scripts. --- net/ucspi-tcp6/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'net') diff --git a/net/ucspi-tcp6/Makefile b/net/ucspi-tcp6/Makefile index de0bc9a50a8..78d47414745 100644 --- a/net/ucspi-tcp6/Makefile +++ b/net/ucspi-tcp6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/07/25 16:22:55 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/26 10:05:01 schmonz Exp $ DISTNAME= ucspi-tcp6-1.06 CATEGORIES= net @@ -35,8 +35,12 @@ post-configure: do-install: cd ${WRKSRC}; \ - for i in command/*; do \ - ${INSTALL_PROGRAM} $${i} ${DESTDIR}${PREFIX}/bin; \ + for i in addcr argv0 delcr fixcrio mconnect-io rblsmtpd \ + recordio tcpclient tcprules tcprulescheck tcpserver; do \ + ${INSTALL_PROGRAM} command/$${i} ${DESTDIR}${PREFIX}/bin; \ + done; \ + for i in date@ finger@ http@ mconnect tcpcat who@; do \ + ${INSTALL_SCRIPT} command/$${i} ${DESTDIR}${PREFIX}/bin; \ done; \ ./package/man -- cgit v1.2.3