summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-16 19:08:45 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-16 19:08:45 +0000
commit5ccbc2a8acb7f736ee65382f5bf4c48c35167f55 (patch)
tree4ea8a3247c3032b7171664c4a7f0bf5e871c3cba /math
parentSlightly simplify Makefiles used to build the kld's (w/o functionality change). (diff)
Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in
bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution.
Notes
Notes: svn path=/head/; revision=37257
Diffstat (limited to 'math')
-rw-r--r--math/glove/Makefile6
-rw-r--r--math/thx_1138/Makefile6
2 files changed, 0 insertions, 12 deletions
diff --git a/math/glove/Makefile b/math/glove/Makefile
index 28b0a79cee2b..4a05731a4ffd 100644
--- a/math/glove/Makefile
+++ b/math/glove/Makefile
@@ -62,12 +62,6 @@ ALL_TARGET= freebsd3.x
ALL_TARGET= freebsd2.x
.endif
-.if defined(NOPORTDOCS)
-PLIST_SUB+= PORTDOCS:="@comment "
-.else
-PLIST_SUB+= PORTDOCS:=
-.endif # !defined(NOPORTDOCS)
-
post-extract:
.for i in ${COPY_JXDIRS}
@${CP} -Rp ${JXPORT_WRKSRC}/${i} ${WRKSRC}
diff --git a/math/thx_1138/Makefile b/math/thx_1138/Makefile
index 8d23120ee347..278ef044fe09 100644
--- a/math/thx_1138/Makefile
+++ b/math/thx_1138/Makefile
@@ -63,12 +63,6 @@ ALL_TARGET= freebsd3.x
ALL_TARGET= freebsd2.x
.endif
-.if defined(NOPORTDOCS)
-PLIST_SUB+= PORTDOCS:="@comment "
-.else
-PLIST_SUB+= PORTDOCS:=
-.endif # !defined(NOPORTDOCS)
-
post-extract:
.for i in ${COPY_JXDIRS}
@${CP} -Rp ${JXPORT_WRKSRC}/${i} ${WRKSRC}