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/afio | |
parent | 12d022723378b428f4fd92fa06144b402c9914f8 (diff) | |
download | pkgsrc-33fe5ceb79c652de1ea82d61ffbe8f2cf5e6c999.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/afio')
-rw-r--r-- | archivers/afio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/afio/Makefile b/archivers/afio/Makefile index 3bbfd2b9167..f6d092bf361 100644 --- a/archivers/afio/Makefile +++ b/archivers/afio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/06/23 18:02:15 dholland Exp $ +# $NetBSD: Makefile,v 1.12 2012/09/11 19:46:52 asau Exp $ DISTNAME= afio-2.5 PKGREVISION= 2 @@ -11,7 +11,6 @@ HOMEPAGE= http://freshmeat.net/projects/afio/ COMMENT= cpio-format archive creator with data corruption handling PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir BUILD_TARGET= afio |