mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Move pre-configure target inside the jdbc block. So there is no empty target
to run. Submitted by: mat@
This commit is contained in:
parent
01d8cc2c90
commit
959b42f142
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383993
1 changed files with 1 additions and 1 deletions
|
@ -118,8 +118,8 @@ post-patch:
|
||||||
{} \;
|
{} \;
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
pre-configure:
|
|
||||||
.if ${LIBGDA5_SLAVE} == jdbc
|
.if ${LIBGDA5_SLAVE} == jdbc
|
||||||
|
pre-configure:
|
||||||
@cd ${WRKSRC} && ${LOCALBASE}/bin/javac getsp.java
|
@cd ${WRKSRC} && ${LOCALBASE}/bin/javac getsp.java
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue