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/lhasa | |
parent | 12d022723378b428f4fd92fa06144b402c9914f8 (diff) | |
download | pkgsrc-33fe5ceb79c652de1ea82d61ffbe8f2cf5e6c999.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/lhasa')
-rw-r--r-- | archivers/lhasa/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/lhasa/Makefile b/archivers/lhasa/Makefile index c8209849417..8ddd504768c 100644 --- a/archivers/lhasa/Makefile +++ b/archivers/lhasa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/06/03 10:20:04 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2012/09/11 19:46:56 asau Exp $ # DISTNAME= lhasa-0.0.7 @@ -10,8 +10,6 @@ HOMEPAGE= http://fragglet.github.com/lhasa/ COMMENT= Freely licensed lha archiving tool (for .lzh and .lha files) LICENSE= isc -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes TEST_TARGET= check |