Use ${INSTALL_SCRIPT} for scripts.
This commit is contained in:
parent
fb2406f583
commit
d5fdf34827
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue