mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Make good use of ALL_TARGET
PR: 215547 Submitted by: Raphael Kubo da Costa
This commit is contained in:
parent
71de62b342
commit
a0a587455a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430639
1 changed files with 1 additions and 4 deletions
|
@ -23,6 +23,7 @@ USE_RUBY= yes
|
|||
USE_RUBY_EXTCONF= yes
|
||||
MAKE_ENV+= RUBY_RDOC=${LOCALBASE}/bin/rdoc
|
||||
|
||||
ALL_TARGET= all rdoc
|
||||
CONFIGURE_ARGS= --with-db-include=${BDB_INCLUDE_DIR} \
|
||||
--with-db-lib=${BDB_LIB_DIR}
|
||||
INSTALL_TARGET= site-install
|
||||
|
@ -73,10 +74,6 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-common.c-22 \
|
|||
post-patch:
|
||||
@${RM} ${WRKSRC}/docs/*.orig
|
||||
|
||||
post-build:
|
||||
(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} \
|
||||
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} rdoc)
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${RUBY_SITEARCHLIBDIR}/bdb.so
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/doc
|
||||
|
|
Loading…
Add table
Reference in a new issue