pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ishell Fixed pkglint warnings.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a0a105254f17
branches: trunk
changeset: 356078:a0a105254f17
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Dec 18 16:40:20 2016 +0000
description:
Fixed pkglint warnings.
diffstat:
net/ishell/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r c7440d17a90d -r a0a105254f17 net/ishell/Makefile
--- a/net/ishell/Makefile Sun Dec 18 16:36:18 2016 +0000
+++ b/net/ishell/Makefile Sun Dec 18 16:40:20 2016 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2014/10/09 14:06:45 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/12/18 16:40:20 rillig Exp $
#
DISTNAME= ish-v${VERSION}
PKGNAME= ishell-${VERSION}
-WRKSRC= ${WRKDIR}/ISHELL-v${VERSION}/
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icmpshell/}
@@ -13,12 +12,13 @@
COMMENT= Allow remote shell using ICMP
VERSION= 0.2
+WRKSRC= ${WRKDIR}/ISHELL-v${VERSION}/
USE_TOOLS+= gmake
NO_CONFIGURE= yes
LIBS.SunOS+= -lnsl -lsocket
-MAKE_ENV+= LIBS=${LIBS:M*:Q}
+MAKE_ENV+= LIBS=${LIBS:Q}
INSTALLATION_DIRS= bin sbin
Home |
Main Index |
Thread Index |
Old Index