pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/gap Correct path to files to install.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8a1ff51e69c
branches:  trunk
changeset: 470307:f8a1ff51e69c
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Mar 08 00:44:50 2004 +0000

description:
Correct path to files to install.

diffstat:

 math/gap/gap.package.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 09ad9b05aca3 -r f8a1ff51e69c math/gap/gap.package.mk
--- a/math/gap/gap.package.mk   Mon Mar 08 00:15:53 2004 +0000
+++ b/math/gap/gap.package.mk   Mon Mar 08 00:44:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: gap.package.mk,v 1.10 2004/01/01 18:49:22 cjep Exp $
+# $NetBSD: gap.package.mk,v 1.11 2004/03/08 00:44:50 kristerw Exp $
 #
 # Set GAP_PKG_NAME in your Makefile. More may appear here later.
 
@@ -9,6 +9,6 @@
 GAP_DIRECTORY=         ${LOCALBASE}/lib/gap4.3
 GAP_PKG_ROOT=          ${GAP_DIRECTORY}/pkg
 GAP_PKG_DIRECTORY=     ${GAP_PKG_ROOT}/${GAP_PKG_NAME}
-GAP_PLATFORM=          ${MACHINE_GNU_PLATFORM}-cc
+GAP_PLATFORM=          ${MACHINE_GNU_PLATFORM}-${CC}
 
 PLIST_SUBST=    GAP_PLATFORM=${GAP_PLATFORM}



Home | Main Index | Thread Index | Old Index