diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:25:21 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:25:21 +0000 |
commit | db3abf847a7d53ffc83969b813362d6babbebdbd (patch) | |
tree | 42fc92314aa68d12a5b20fcd812a1511cdf37adb /shells | |
parent | f1e12b82cd553283e17fa34fe9197715a15b73e7 (diff) | |
download | ports-db3abf847a7d53ffc83969b813362d6babbebdbd.tar.gz ports-db3abf847a7d53ffc83969b813362d6babbebdbd.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-devel/Makefile | 4 |
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 |