diff options
author | jlam <jlam> | 2006-03-20 04:15:42 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-20 04:15:42 +0000 |
commit | 697bb082bea09f3a523b0e8addd7397ed056d7df (patch) | |
tree | 1711c612e779c96285bac2e9908704795eb63c77 /archivers | |
parent | 9b8cc72253045b6c3f136bf32a93b45e993fb8fb (diff) | |
download | pkgsrc-697bb082bea09f3a523b0e8addd7397ed056d7df.tar.gz |
Add CONFLICT with gcpio (libexec/rmt). Bump PKGREVISION to 2.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gtar-base/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile index 877d25adda1..c7975878fd8 100644 --- a/archivers/gtar-base/Makefile +++ b/archivers/gtar-base/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.50 2006/03/04 21:28:52 jlam Exp $ +# $NetBSD: Makefile,v 1.51 2006/03/20 04:15:42 jlam Exp $ # DISTNAME= tar-1.15.1 PKGNAME= gtar-base-1.15.1 -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= gtarb CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU:=tar/} @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/tar/tar.html COMMENT= The GNU tape archiver with remote magnetic tape support +CONFLICTS= gcpio-[0-9]* + BUILD_USES_MSGFMT= YES PKG_INSTALLATION_TYPES= overwrite pkgviews |