[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / java

File: [local] / ports / java / Makefile (download)

Revision 1.5, Mon Feb 1 17:00:13 2010 UTC (14 years, 4 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.4: +2 -1 lines

SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@

# $OpenBSD: Makefile,v 1.5 2010/02/01 17:00:13 espie Exp $
#

     SUBDIR =
     SUBDIR += javaPathHelper
     SUBDIR += jlint
     SUBDIR += junit

.include <bsd.port.subdir.mk>