diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-07 21:48:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-07 21:48:22 +0000 |
commit | fde8ed314fe6362c5139e155aeeb260abce424aa (patch) | |
tree | 129f73b9039a6251adeba1884ef54f6bbffc77b2 /textproc/ispell-russian-io | |
parent | 8fde17b803611c2300ada3fe8c5ca51c5143b688 (diff) | |
download | pkgsrc-fde8ed314fe6362c5139e155aeeb260abce424aa.tar.gz |
user-destdir support
Diffstat (limited to 'textproc/ispell-russian-io')
-rw-r--r-- | textproc/ispell-russian-io/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ispell-russian-io/Makefile b/textproc/ispell-russian-io/Makefile index 211a415d16a..ea28903ebc2 100644 --- a/textproc/ispell-russian-io/Makefile +++ b/textproc/ispell-russian-io/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2007/08/22 15:46:49 mishka Exp $ +# $NetBSD: Makefile,v 1.4 2009/07/07 21:50:17 joerg Exp $ PKGNAME= ispell-russian-io-${RUS_ISPELL_VERSION} +PKG_DESTDIR_SUPPORT= user-destdir + MAKE_ENV+= IO="defined" .include "../../textproc/ispell-russian/Makefile.common" |