mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix previous commit of check-sanity target.
Approved by: crees,rene (mentor)
This commit is contained in:
parent
3c1d88375e
commit
c1f72f4d43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288059
@ -73,14 +73,12 @@ IGNORE= you can only define one application server
|
||||
IGNORE= you need at least one application server
|
||||
.endif
|
||||
|
||||
.if !target(check-santity)
|
||||
check-santity:
|
||||
check-sanity:
|
||||
.if ${PREFIX}!=${LOCALBASE}
|
||||
@${ECHO_MSG} "Warning: you changed prefix to ${PREFIX}"
|
||||
@${ECHO_MSG} "Default installation will not work if you installed"
|
||||
@${ECHO_MSG} "application server in different prefix"
|
||||
.endif
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${MKDIR} ${WRKSRC}/lib/${PORTNAME}
|
||||
|
Loading…
Reference in New Issue
Block a user