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/tuxpaint-fonts | |
parent | b0dd863b57fe0c700a7963303958866b8ced5ef5 (diff) | |
download | ports-2402c2ee9f0f70d4b37b7665e0714c888054f5e6.tar.gz ports-2402c2ee9f0f70d4b37b7665e0714c888054f5e6.zip |
Notes
Diffstat (limited to 'games/tuxpaint-fonts')
-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 |