diff options
-rw-r--r-- | devel/opengrok/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/opengrok/Makefile b/devel/opengrok/Makefile index b85d3d8ddee7..6f692b5a4340 100644 --- a/devel/opengrok/Makefile +++ b/devel/opengrok/Makefile @@ -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} |