# Delay human language variants till last. # Allow them all still to be built by default. # Allow an over ride to set just the one(s) you want. # Wed Apr 21 22:57:31 CEST 2010 I removed the quote marks from around # "${PORTS_LANGUAGES}" # as it used to break "cd /usr/ports ; make index" *** 7.0-RELEASE/ports/Makefile Mon May 19 10:54:56 2008 --- new/ports/Makefile Mon May 19 10:57:19 2008 *************** *** 2,15 **** # SUBDIR += accessibility - SUBDIR += arabic SUBDIR += archivers SUBDIR += astro SUBDIR += audio SUBDIR += benchmarks SUBDIR += biology SUBDIR += cad - SUBDIR += chinese SUBDIR += comms SUBDIR += converters SUBDIR += databases --- 2,13 ---- *************** *** 19,35 **** SUBDIR += editors SUBDIR += emulators SUBDIR += finance - SUBDIR += french SUBDIR += ftp SUBDIR += games - SUBDIR += german SUBDIR += graphics - SUBDIR += hebrew - SUBDIR += hungarian SUBDIR += irc - SUBDIR += japanese SUBDIR += java - SUBDIR += korean SUBDIR += lang SUBDIR += mail SUBDIR += math --- 17,27 ---- *************** *** 60,65 **** --- 52,77 ---- SUBDIR += x11-toolkits SUBDIR += x11-wm + .if defined(PORTS_LANGUAGES) + # Allow users to specify just the one(s) they may want. + SUBDIR += ${PORTS_LANGUAGES} + .else + # Build all, but after generic international English ports. + SUBDIR += arabic + SUBDIR += chinese + SUBDIR += french + SUBDIR += german + SUBDIR += hebrew + SUBDIR += hungarian + SUBDIR += japanese + SUBDIR += korean + SUBDIR += polish + SUBDIR += portuguese + SUBDIR += russian + SUBDIR += ukrainian + SUBDIR += vietnamese + .endif + PORTSTOP= yes .include