pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/maxima Basic DESTDIR support (reported by Aleksej...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c0e52a4a094
branches:  trunk
changeset: 537158:4c0e52a4a094
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Fri Jan 04 11:45:42 2008 +0000

description:
Basic DESTDIR support (reported by Aleksej Saushev).

diffstat:

 math/maxima/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ef346b50f200 -r 4c0e52a4a094 math/maxima/Makefile
--- a/math/maxima/Makefile      Fri Jan 04 11:42:29 2008 +0000
+++ b/math/maxima/Makefile      Fri Jan 04 11:45:42 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/01/03 20:13:25 tonio Exp $
+# $NetBSD: Makefile,v 1.14 2008/01/04 11:45:42 ghen Exp $
 #
 
 DISTNAME=              maxima-5.14.0
@@ -12,6 +12,8 @@
 DEPENDS+=              clisp-[0-9]*:../../lang/clisp
 DEPENDS+=              tk-[0-9]*:../../x11/tk
 
+PKG_DESTDIR_SUPPORT=   destdir
+
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-clisp
 USE_TOOLS+=            perl



Home | Main Index | Thread Index | Old Index