diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-16 19:55:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-16 19:55:40 +0000 |
commit | 014d4d07674f4f54c79e28f8b04704b62c98fccb (patch) | |
tree | 4f11997a670c9d88a1c55baaeb07aedcd4e932d1 /www/amaya | |
parent | a4943eb453bb48a0a04d7805796d332d8aca39fb (diff) |
- Fix distfile handling when building with dictionary
PR: ports/67914
Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
Notes
Notes:
svn path=/head/; revision=111625
Diffstat (limited to 'www/amaya')
-rw-r--r-- | www/amaya/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile index 93b07b4c1aaf..015721a06931 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -42,6 +42,7 @@ LDFLAGS= -L${LOCALBASE}/lib DICT?= none .if ${DICT} != "none" +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} .if ${DICT} == "all" DISTFILES+= Dutch.tgz DISTFILES+= English.tgz |