1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00: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:
Koop Mast 2015-04-14 10:44:54 +00:00
parent 01d8cc2c90
commit 959b42f142
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383993

View File

@ -118,8 +118,8 @@ post-patch:
{} \;
.endif
pre-configure:
.if ${LIBGDA5_SLAVE} == jdbc
pre-configure:
@cd ${WRKSRC} && ${LOCALBASE}/bin/javac getsp.java
.endif