diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-25 21:46:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-25 21:46:33 +0000 |
commit | 2402c2ee9f0f70d4b37b7665e0714c888054f5e6 (patch) | |
tree | 41812e0e8a02fdba3eb63ff79c2041256538c132 /games | |
parent | - Fix ordering of entries for committers in Boulder, CO, USA: (diff) |
- Fix OPTIONS logic
Notes
Notes:
svn path=/head/; revision=149489
Diffstat (limited to 'games')
-rw-r--r-- | games/tuxpaint-fonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tuxpaint-fonts/Makefile b/games/tuxpaint-fonts/Makefile index 09e99e4595fc..2228e2a90865 100644 --- a/games/tuxpaint-fonts/Makefile +++ b/games/tuxpaint-fonts/Makefile @@ -70,7 +70,7 @@ LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} # Set DISTFILES and PLIST_FILES according to OPTIONS .for l in ${LANGS:U} -. if defined(WITH_${l}) +. if !defined(WITHOUT_${l}) DISTFILES+= ${${l}_DISTFILES}${EXTRACT_SUFX} PLIST_FILES+= %%DATADIR%%/fonts/locale/${${l}_CODE}.ttf . endif |