pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ucspi-tcp6 Use ${INSTALL_SCRIPT} for scripts.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8c85e4048453
branches: trunk
changeset: 383258:8c85e4048453
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Thu Jul 26 10:05:01 2018 +0000
description:
Use ${INSTALL_SCRIPT} for scripts.
diffstat:
net/ucspi-tcp6/Makefile | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 71b641755eb8 -r 8c85e4048453 net/ucspi-tcp6/Makefile
--- a/net/ucspi-tcp6/Makefile Thu Jul 26 09:37:19 2018 +0000
+++ b/net/ucspi-tcp6/Makefile Thu Jul 26 10:05:01 2018 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index