diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /textproc/aiksaurus/Makefile | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'textproc/aiksaurus/Makefile')
-rw-r--r-- | textproc/aiksaurus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index a64a7d8e410..87a04e1447d 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/12/05 20:51:02 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aiksaurus-1.2.1 @@ -10,6 +10,7 @@ HOMEPAGE= http://aiksaurus.sourceforge.net/ COMMENT= English-language thesaurus PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= YES USE_LANGUAGES= c c++ |