summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-30 09:33:04 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-30 09:33:04 +0000
commit344d59f9f035853b6f9c3b2dfb1d1a9ea0394c83 (patch)
tree9b8a6332d59ee72c842b5baba28fe9abfb896a80 /math
parentUpdate to version 1.2.19 (diff)
Support NO_WRKSUBDIR properly
PR: ports/75631 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=125520
Diffstat (limited to 'math')
-rw-r--r--math/nsc2ke/Makefile3
-rw-r--r--math/triangle/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/math/nsc2ke/Makefile b/math/nsc2ke/Makefile
index 4fbb0677ac67..2512646cf035 100644
--- a/math/nsc2ke/Makefile
+++ b/math/nsc2ke/Makefile
@@ -24,8 +24,7 @@ RESTRICTED= No resale, contact author for commercial usage
F77?= f77
FFLAGS?= -O2 # Note: FFLAGS is set to -O in /usr/share/mk/sys.mk
-WRKSRC= ${WRKDIR}
-
+NO_WRKSUBDIR= yes
MAKEFILE= makefile
ALL_TARGET= NSC2KE
MAKE_ENV= F77="${F77}" FFLAGS="${FFLAGS}"
diff --git a/math/triangle/Makefile b/math/triangle/Makefile
index e7d4f5a3635f..be8b5bb73292 100644
--- a/math/triangle/Makefile
+++ b/math/triangle/Makefile
@@ -17,12 +17,11 @@ COMMENT= A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator
NO_CDROM= Triangle must not be sold for profit
+NO_WRKSUBDIR= yes
USE_ZIP= yes
USE_XLIB= yes
MAKEFILE= makefile
-WRKSRC= ${WRKDIR}
-
PLIST_FILES= bin/triangle bin/showme
do-install: