aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2007-07-05 01:08:43 +0800
committerdanfe <danfe@FreeBSD.org>2007-07-05 01:08:43 +0800
commit1975daa5a1e3f670c046bd03c433333364c213e3 (patch)
treef7d961007db106baac2cfdcf3688a45c2e181216 /lang
parent296b057faad0882745471ba9c6cb5f6d06f8fcd4 (diff)
downloadfreebsd-ports-gnome-1975daa5a1e3f670c046bd03c433333364c213e3.tar.gz
freebsd-ports-gnome-1975daa5a1e3f670c046bd03c433333364c213e3.tar.zst
freebsd-ports-gnome-1975daa5a1e3f670c046bd03c433333364c213e3.zip
The port does not install any additional docs/examples anyways, so remove
the useless target.
Diffstat (limited to 'lang')
-rw-r--r--lang/njs/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/njs/Makefile b/lang/njs/Makefile
index 00414ae6e2a7..2bfeae9d7039 100644
--- a/lang/njs/Makefile
+++ b/lang/njs/Makefile
@@ -32,10 +32,4 @@ post-extract:
's,(\(unsigned char \*\) )(ptr \+=),\2 sizeof\1*,' \
${WRKSRC}/src/iostream.c
-pre-install:
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e "s:docs micros examples:micros:g" \
- ${WRKSRC}/Makefile
-.endif
-
.include <bsd.port.mk>