diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-02 15:30:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-02 15:30:49 +0000 |
commit | 6cd9f4260b20c31a104f28942010e77c13955923 (patch) | |
tree | 16f5524020fcd73d929aa239ac933ceb0d84fc12 /x11/xservers | |
parent | 5404dd4907ca2f72a512a2ffe7d4c89a4475d858 (diff) | |
download | pkgsrc-6cd9f4260b20c31a104f28942010e77c13955923.tar.gz |
NO_CHECKSUM is superfluous.
Diffstat (limited to 'x11/xservers')
-rw-r--r-- | x11/xservers/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xservers/Makefile b/x11/xservers/Makefile index 465f30a7a5a..dc4f65a694d 100644 --- a/x11/xservers/Makefile +++ b/x11/xservers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/07/02 13:11:00 wiz Exp $# +# $NetBSD: Makefile,v 1.9 2002/07/02 15:30:49 wiz Exp $# DISTNAME= xservers-3.3.6.3 CATEGORIES= x11 @@ -12,7 +12,6 @@ COMMENT= Old X11 servers for use under XFree86 4.x ONLY_FOR_PLATFORM= NetBSD-*-i386 ALL_TARGET= World -NO_CHECKSUM= YES PLIST_SRC= ${WRKDIR}/PLIST USE_X11BASE= YES |