pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ucspi-tcp6
Module Name: pkgsrc
Committed By: schmonz
Date: Thu Jul 26 10:05:01 UTC 2018
Modified Files:
pkgsrc/net/ucspi-tcp6: Makefile
Log Message:
Use ${INSTALL_SCRIPT} for scripts.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ucspi-tcp6/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ucspi-tcp6/Makefile
diff -u pkgsrc/net/ucspi-tcp6/Makefile:1.1 pkgsrc/net/ucspi-tcp6/Makefile:1.2
--- pkgsrc/net/ucspi-tcp6/Makefile:1.1 Wed Jul 25 16:22:55 2018
+++ pkgsrc/net/ucspi-tcp6/Makefile Thu Jul 26 10:05:01 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index