diff options
author | joerg <joerg> | 2006-11-14 13:56:15 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-14 13:56:15 +0000 |
commit | 8fa434fb3c5daacbc72b7c5a85c8e1113d34bbec (patch) | |
tree | 4f0477501a71161938bb651ee12d4359698945c3 /textproc | |
parent | 591fad2a7a55153103ce073ee29bbfe0d89b87f3 (diff) | |
download | pkgsrc-8fa434fb3c5daacbc72b7c5a85c8e1113d34bbec.tar.gz |
DESTDIR support.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/enchant/Makefile | 4 | ||||
-rw-r--r-- | textproc/scrollkeeper/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index f9173257501..1c78ab089ed 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/10/04 22:00:59 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/11/14 13:56:15 joerg Exp $ # DISTNAME= enchant-1.2.6 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.abisource.com/projects/enchant/ COMMENT= Generic spell checking library +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index e1ac4f385e1..7b476c554ed 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/07/05 05:37:45 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2006/11/14 13:56:15 joerg Exp $ # DISTNAME= scrollkeeper-0.3.14 @@ -12,6 +12,7 @@ HOMEPAGE= http://scrollkeeper.sourceforge.net/ COMMENT= Open Document Cataloging Project PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= docbook-xml>=4.4nb4:../../textproc/docbook-xml |