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 /archivers/libarchive/Makefile | |
parent | ae183075485f567d69b9bca8cc0b231af55fe01e (diff) | |
download | pkgsrc-d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'archivers/libarchive/Makefile')
-rw-r--r-- | archivers/libarchive/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 0b63664b142..06475772361 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2008/07/14 14:56:50 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2009/04/09 00:48:06 joerg Exp $ # DISTNAME= libarchive-2.5.5 @@ -6,8 +6,6 @@ CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ DISTFILES= # empty -NO_CHECKSUM= yes - MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://people.freebsd.org/~kientzle/libarchive/ COMMENT= Library to read/create different archive formats |