diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-09 00:48:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-09 00:48:06 +0000 |
commit | 368d71b62eb6e099ecbde93b8f229d559bb4648a (patch) | |
tree | bab33acb040ad1708a35131b11af0af8cf0dc5e8 /x11/dtx11session | |
parent | ce1772b268c4d640e5330fdbf3bca8d0bfffb6d3 (diff) | |
download | pkgsrc-368d71b62eb6e099ecbde93b8f229d559bb4648a.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'x11/dtx11session')
-rw-r--r-- | x11/dtx11session/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/dtx11session/Makefile b/x11/dtx11session/Makefile index 0f12c6233f7..16c970a8f2a 100644 --- a/x11/dtx11session/Makefile +++ b/x11/dtx11session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/04/08 22:43:26 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/04/09 00:48:18 joerg Exp $ DISTNAME= dtxsession-1.0 CATEGORIES= x11 @@ -17,7 +17,6 @@ ONLY_FOR_PLATFORM= SunOS-*-* LOCALBASE= /usr/dt .endif NO_BUILD= YES -NO_CHECKSUM= YES CONFIG_DIR= ${PREFIX}/config |