diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
commit | 5496dcf9414fe693522f2f63a518a178a855c0ae (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /devel/libstree | |
parent | b0f52890c8cac20f1dad6d4dfe06741759412173 (diff) | |
download | pkgsrc-5496dcf9414fe693522f2f63a518a178a855c0ae.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'devel/libstree')
-rw-r--r-- | devel/libstree/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libstree/Makefile b/devel/libstree/Makefile index a1515670c6d..e1022ec3b3a 100644 --- a/devel/libstree/Makefile +++ b/devel/libstree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:05 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2008/07/14 12:56:02 joerg Exp $ # DISTNAME= libstree-0.4.0 @@ -10,6 +10,8 @@ MAINTAINER= gson@NetBSD.org HOMEPAGE= http://www.cl.cam.ac.uk/~cpk25/libstree/ COMMENT= Suffix tree library +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-html-dir=${PREFIX:Q}/share/doc/html |