mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -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
|
||||
|
||||
pre-configure:
|
||||
.if ${LIBGDA5_SLAVE} == jdbc
|
||||
pre-configure:
|
||||
@cd ${WRKSRC} && ${LOCALBASE}/bin/javac getsp.java
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue