pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/ishell



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Dec 18 16:40:20 UTC 2016

Modified Files:
        pkgsrc/net/ishell: Makefile

Log Message:
Fixed pkglint warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/ishell/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/ishell/Makefile
diff -u pkgsrc/net/ishell/Makefile:1.10 pkgsrc/net/ishell/Makefile:1.11
--- pkgsrc/net/ishell/Makefile:1.10     Thu Oct  9 14:06:45 2014
+++ pkgsrc/net/ishell/Makefile  Sun Dec 18 16:40:20 2016
@@ -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 @@ HOMEPAGE=   http://icmpshell.sourceforge.n
 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