diff options
author | shattered <shattered@pkgsrc.org> | 2013-07-21 10:31:26 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2013-07-21 10:31:26 +0000 |
commit | a755b61d1795dfa665dbab05847ca2acc31258c7 (patch) | |
tree | 96f529c6a8db94a841c0a9457b5a1a7ee510f184 /archivers/gcpio/Makefile | |
parent | 1517a233e622672a47c64d790604976223ac50b4 (diff) | |
download | pkgsrc-a755b61d1795dfa665dbab05847ca2acc31258c7.tar.gz |
Don't install lib/charset.alias
Diffstat (limited to 'archivers/gcpio/Makefile')
-rw-r--r-- | archivers/gcpio/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 07cd6ec87d7..65d40e7630f 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.47 2013/06/23 13:46:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.48 2013/07/21 10:31:26 shattered Exp $ # DISTNAME= cpio-2.11 PKGNAME= g${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU:=cpio/} @@ -32,8 +32,6 @@ CONFIGURE_ARGS+= --program-prefix=g PLIST_VARS+= rmt -CHECK_FILES_SKIP+= lib/charset.alias - .include "../../mk/bsd.prefs.mk" # don't include rmt if gtar won't build it |