pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/ltm Use INSTALLATION_DIRS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb5380a429ec
branches:  trunk
changeset: 353389:bb5380a429ec
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 04 09:34:01 2016 +0000

description:
Use INSTALLATION_DIRS.

diffstat:

 math/ltm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8a356edf8e29 -r bb5380a429ec math/ltm/Makefile
--- a/math/ltm/Makefile Tue Oct 04 09:29:56 2016 +0000
+++ b/math/ltm/Makefile Tue Oct 04 09:34:01 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/10/04 09:29:46 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2016/10/04 09:34:01 wiz Exp $
 
 DISTNAME=              ltm-1.0
 CATEGORIES=            math
@@ -18,7 +18,7 @@
 BUILD_TARGET=          default
 USE_TOOLS+=            gmake
 
-AUTO_MKDIRS=           yes
+INSTALLATION_DIRS=     include lib share/doc/ltm
 
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/tommath.h ${DESTDIR}${PREFIX}/include



Home | Main Index | Thread Index | Old Index