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 | 8ddb3ab1764c2cb2a2ab5022771aa467eb24c661 (patch) | |
tree | d5d607161814a547b906120f250b266ef8b598a7 /archivers/unace | |
parent | 441ad84e0698b208621d8bf05abd55b393ca35e5 (diff) | |
download | pkgsrc-8ddb3ab1764c2cb2a2ab5022771aa467eb24c661.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/unace')
-rw-r--r-- | archivers/unace/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile index 6a6b6813294..2bc5e02e67c 100644 --- a/archivers/unace/Makefile +++ b/archivers/unace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:00 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/11 19:47:01 asau Exp $ # DISTNAME= unace-1.2b @@ -17,7 +17,6 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake |