diff options
Diffstat (limited to 'archivers/lzop/Makefile')
-rw-r--r-- | archivers/lzop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 4dc267d71cb..2acf89987c5 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2011/03/17 14:57:47 adam Exp $ +# $NetBSD: Makefile,v 1.19 2012/09/11 19:46:57 asau Exp $ DISTNAME= lzop-1.03 CATEGORIES= archivers @@ -10,7 +10,6 @@ COMMENT= Fast file compressor similar to gzip, using the LZO library LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes |