Add missing quote in post-build target (which is a real bug, but had not
triggered any problem before). PR: 74901 Submitted by: Pasi Hirvonen <psh@iki.fi>
This commit is contained in:
parent
022cd2e352
commit
560a496a8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123631
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ pre-configure:
|
|||
@${MKDIR} ${CONFIGURE_WRKSRC}
|
||||
|
||||
post-build:
|
||||
@${ECHO_MSG} "Consider running 'make check' before 'make install', especially
|
||||
@${ECHO_MSG} "Consider running 'make check' before 'make install', especially"
|
||||
@${ECHO_MSG} "if you have not performed this build on -STABLE or -CURRENT."
|
||||
@${ECHO_MSG} "This assumes that you have the dejagnu port installed."
|
||||
|
||||
|
|
|
@ -109,7 +109,7 @@ pre-configure:
|
|||
@${MKDIR} ${CONFIGURE_WRKSRC}
|
||||
|
||||
post-build:
|
||||
@${ECHO_MSG} "Consider running 'make check' before 'make install', especially
|
||||
@${ECHO_MSG} "Consider running 'make check' before 'make install', especially"
|
||||
@${ECHO_MSG} "if you have not performed this build on -STABLE or -CURRENT."
|
||||
@${ECHO_MSG} "This assumes that you have the dejagnu port installed."
|
||||
|
||||
|
|
Loading…
Reference in a new issue