Use ${INSTALL_SCRIPT} for scripts.

This commit is contained in:
schmonz 2018-07-26 10:05:01 +00:00
parent fb2406f583
commit d5fdf34827

View file

@ -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