svn commit: r383872 - head/databases/libgda5

Mathieu Arnold mat at FreeBSD.org
Sun Apr 12 19:02:27 UTC 2015


+--On 12 avril 2015 15:06:58 +0000 Koop Mast <kwm at FreeBSD.org> wrote:
| +pre-configure:
| +.if ${LIBGDA5_SLAVE} == jdbc
| +	@cd ${WRKSRC} && ${LOCALBASE}/bin/javac getsp.java
| +.endif	
| +

This should be better written as:

.if ${LIBGDA5_SLAVE} == jdbc
pre-configure:
	@cd ${WRKSRC} && ${LOCALBASE}/bin/javac getsp.java
.endif	

so that there's no empty target to run.

-- 
Mathieu Arnold


More information about the svn-ports-head mailing list