summaryrefslogtreecommitdiff
path: root/cad/gnucap/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-11-08 00:54:22 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-11-08 00:54:22 +0000
commit78972860f4e6fce0fdbce773bddadde85acaef6f (patch)
treef1a3f3b6ab2e1b6b622e0eadd995bba712d06685 /cad/gnucap/Makefile
parent295e05d4b0566f0a98690df71edc222408b869aa (diff)
downloadpkgsrc-78972860f4e6fce0fdbce773bddadde85acaef6f.tar.gz
create a 'pkgsrc' type system in the gnucap build system and call that
rather than using LOWER_OPSYS. This is because the couple of os's that had correct targets were the same and others that pkgsrc works on aren't listed at all (like solaris). Fixes build problems noted on solaris.
Diffstat (limited to 'cad/gnucap/Makefile')
-rw-r--r--cad/gnucap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile
index 16291b88e9e..f60b2a0858a 100644
--- a/cad/gnucap/Makefile
+++ b/cad/gnucap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/21 16:32:11 martti Exp $
+# $NetBSD: Makefile,v 1.7 2003/11/08 00:54:22 dmcmahill Exp $
#
DISTNAME= gnucap-0.33
@@ -14,8 +14,8 @@ USE_GMAKE= YES
USE_GNU_READLINE= YES
do-build:
- @cd ${WRKSRC}/modelgen && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${LOWER_OPSYS}
- @cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${LOWER_OPSYS}
+ @cd ${WRKSRC}/modelgen && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} pkgsrc
+ @cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} pkgsrc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/*/gnucap ${PREFIX}/bin/