diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 19:46:58 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 19:46:58 +0000 |
commit | fd6fe8cd7f825b878e88a1de1a298848e0cdd553 (patch) | |
tree | d5d607161814a547b906120f250b266ef8b598a7 /archivers/par2 | |
parent | f17eaf9fb2bc2f4ea0e509c76e23b18564b66666 (diff) | |
download | pkgsrc-fd6fe8cd7f825b878e88a1de1a298848e0cdd553.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/par2')
-rw-r--r-- | archivers/par2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/par2/Makefile b/archivers/par2/Makefile index 95bdb58bdaf..e9c9bf8fd91 100644 --- a/archivers/par2/Makefile +++ b/archivers/par2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2010/02/21 15:07:40 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2012/09/11 19:46:59 asau Exp $ # DISTNAME= par2cmdline-0.4 @@ -13,7 +13,6 @@ COMMENT= Create or use PAR2 parity volumes LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes |