aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:25:21 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:25:21 +0800
commit99ab5dfbdeafff76df56e74ccb0bcc9044d4bb1b (patch)
tree42fc92314aa68d12a5b20fcd812a1511cdf37adb /shells
parent9802d26c37dd3626feac373a6e31d7b75d1c8375 (diff)
downloadfreebsd-ports-gnome-99ab5dfbdeafff76df56e74ccb0bcc9044d4bb1b.tar.gz
freebsd-ports-gnome-99ab5dfbdeafff76df56e74ccb0bcc9044d4bb1b.tar.zst
freebsd-ports-gnome-99ab5dfbdeafff76df56e74ccb0bcc9044d4bb1b.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'shells')
-rw-r--r--shells/bash-devel/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/shells/bash-devel/Makefile b/shells/bash-devel/Makefile
index 037e95050791..3d9ffdf89d32 100644
--- a/shells/bash-devel/Makefile
+++ b/shells/bash-devel/Makefile
@@ -48,9 +48,7 @@ INFO= bash
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
-.if ${PORT_OPTIONS:MDOCS}
PORTDOCS= FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH
-.endif
CONFIGURE_ARGS= --without-bash-malloc \
--disable-rpath \
@@ -109,14 +107,12 @@ pre-build:
post-install:
@cd ${STAGEDIR}${PREFIX}/bin ; ${LN} -sf bash rbash
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/doc/FAQ \
${WRKSRC}/doc/INTRO ${STAGEDIR}${DOCSDIR}
@for d in ${PORTDOCS:NFAQ:NINTRO}; do \
${INSTALL_DATA} ${WRKSRC}/$${d} ${STAGEDIR}${DOCSDIR}; \
done
-.endif
regress: build
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} test