pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/XFree86-dirs Fixed pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35b1c88e7d3c
branches:  trunk
changeset: 499889:35b1c88e7d3c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Sep 28 19:24:49 2005 +0000

description:
Fixed pkglint warnings.

diffstat:

 misc/XFree86-dirs/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r cc334af151be -r 35b1c88e7d3c misc/XFree86-dirs/Makefile
--- a/misc/XFree86-dirs/Makefile        Wed Sep 28 19:13:50 2005 +0000
+++ b/misc/XFree86-dirs/Makefile        Wed Sep 28 19:24:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/08/20 19:16:21 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/09/28 19:24:49 rillig Exp $
 #
 
 DISTNAME=      XFree86-dirs-1.1
@@ -11,11 +11,11 @@
 HOMEPAGE=      # empty
 COMMENT=       Shared XFree86 directories
 
-NO_BUILD=              # defined
-NO_CHECKSUM=           # defined
-NO_CONFIGURE=          # defined
-NO_EXTRACT=            # defined
-NO_XFREE86_TARGETS=    # defined
+NO_BUILD=              yes
+NO_CHECKSUM=           yes
+NO_CONFIGURE=          yes
+NO_EXTRACT=            yes
+NO_XFREE86_TARGETS=    yes
 USE_PKGINSTALL=                yes
 WRKSRC=                        ${WRKDIR}
 



Home | Main Index | Thread Index | Old Index