diff options
author | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
commit | d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c (patch) | |
tree | bab33acb040ad1708a35131b11af0af8cf0dc5e8 /print/papersize | |
parent | ae183075485f567d69b9bca8cc0b231af55fe01e (diff) | |
download | pkgsrc-d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'print/papersize')
-rw-r--r-- | print/papersize/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/papersize/Makefile b/print/papersize/Makefile index b8dabb2ef5b..6b13b21cd00 100644 --- a/print/papersize/Makefile +++ b/print/papersize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/06/16 13:21:49 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2009/04/09 00:48:15 joerg Exp $ # DISTNAME= papersize-1.0.8 @@ -13,7 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} USE_LANGUAGES= # none -NO_CHECKSUM= yes NO_BUILD= yes INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |