pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/connect Fix pkglint warning; Add LICENSE
details: https://anonhg.NetBSD.org/pkgsrc/rev/c14ff758e1f1
branches: trunk
changeset: 610241:c14ff758e1f1
user: cheusov <cheusov%pkgsrc.org@localhost>
date: Sun Oct 21 17:52:31 2012 +0000
description:
Fix pkglint warning; Add LICENSE
diffstat:
net/connect/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 3302dcfd197f -r c14ff758e1f1 net/connect/Makefile
--- a/net/connect/Makefile Sun Oct 21 17:48:26 2012 +0000
+++ b/net/connect/Makefile Sun Oct 21 17:52:31 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/12/17 22:34:37 abs Exp $
+# $NetBSD: Makefile,v 1.12 2012/10/21 17:52:31 cheusov Exp $
DISTNAME= connect
PKGNAME= ${DISTNAME}-1.95
@@ -9,6 +9,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://zippo.taiyo.co.jp/~gotoh/ssh/connect.html
COMMENT= Open a TCP connection using a SOCKS4/5 or HTTP proxy server
+LICENSE= gnu-gpl-v2
EXTRACT_ONLY= # empty
DIST_SUBDIR= ${PKGNAME_NOREV}
@@ -21,8 +22,8 @@
do-build:
${MKDIR} ${WRKSRC}
- ${LINK.c} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -o ${WRKSRC}/connect ${LIBS}
- ${EGREP} '^ \*(| .*)$$' ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \
+ ${LINK.c} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES:Q} -o ${WRKSRC}/connect ${LIBS}
+ ${EGREP} '^ \*(| .*)$$' ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES:Q} | \
${CUT} -c 4- >${WRKSRC}/README
do-install:
Home |
Main Index |
Thread Index |
Old Index