diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 19:46:52 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 19:46:52 +0000 |
commit | 33fe5ceb79c652de1ea82d61ffbe8f2cf5e6c999 (patch) | |
tree | 361a8fb86a46a145de882fd0d5f045773c75ecb5 /archivers/gtar-info/Makefile | |
parent | 12d022723378b428f4fd92fa06144b402c9914f8 (diff) | |
download | pkgsrc-33fe5ceb79c652de1ea82d61ffbe8f2cf5e6c999.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/gtar-info/Makefile')
-rw-r--r-- | archivers/gtar-info/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/gtar-info/Makefile b/archivers/gtar-info/Makefile index 1ce1fac4e7f..13e13c49e7e 100644 --- a/archivers/gtar-info/Makefile +++ b/archivers/gtar-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2012/01/06 11:49:31 obache Exp $ +# $NetBSD: Makefile,v 1.32 2012/09/11 19:46:55 asau Exp $ DISTNAME= tar-1.26 PKGNAME= ${DISTNAME:S/tar/gtar-info/} @@ -13,7 +13,6 @@ HOMEPAGE= http://www.gnu.org/software/tar/tar.html COMMENT= Info format documentation for the GNU tape archiver LICENSE= gnu-fdl-v1.1 -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews NO_CONFIGURE= yes |