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 /sysutils/mtscan | |
parent | ae183075485f567d69b9bca8cc0b231af55fe01e (diff) | |
download | pkgsrc-d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'sysutils/mtscan')
-rw-r--r-- | sysutils/mtscan/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/mtscan/Makefile b/sysutils/mtscan/Makefile index a590f922f29..81b048a0619 100644 --- a/sysutils/mtscan/Makefile +++ b/sysutils/mtscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/03/05 17:17:52 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2009/04/09 00:48:16 joerg Exp $ DISTNAME= mtscan-20050129 PKGREVISION= 1 @@ -14,8 +14,6 @@ NOT_FOR_PLATFORM= Interix-*-* # no local tape ioctls PKG_DESTDIR_SUPPORT= user-destdir -NO_CHECKSUM= yes - CPPFLAGS+= -DMTIO INSTALLATION_DIRS= bin |