pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/lsof



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec 21 07:06:03 UTC 2018

Modified Files:
        pkgsrc/sysutils/lsof: Makefile

Log Message:
lsof: fix two pkglint warnings


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 pkgsrc/sysutils/lsof/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/lsof/Makefile
diff -u pkgsrc/sysutils/lsof/Makefile:1.132 pkgsrc/sysutils/lsof/Makefile:1.133
--- pkgsrc/sysutils/lsof/Makefile:1.132 Sun Dec  9 09:33:36 2018
+++ pkgsrc/sysutils/lsof/Makefile       Fri Dec 21 07:06:03 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.132 2018/12/09 09:33:36 triaxx Exp $
+# $NetBSD: Makefile,v 1.133 2018/12/21 07:06:03 wiz Exp $
 
 DISTNAME=              lsof_4.91
 PKGNAME=               ${DISTNAME:S/_/-/}
-PKGREVISION=           1       
+PKGREVISION=           1
 CATEGORIES=            sysutils
 MASTER_SITES=          ftp://ftp.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/
 MASTER_SITES+=         ftp://ftp.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/
@@ -92,6 +92,7 @@ do-install:
        ${INSTALL_DATA} ${WRKSRC}/scripts/00* \
          ${DESTDIR}${PREFIX}/share/examples/lsof
 
+.PHONY: opt
 opt:
 .for dir in ${TEST_DIRS}
        ${RUN}${_ULIMIT_CMD}                    \



Home | Main Index | Thread Index | Old Index