diff options
author | pav <pav@FreeBSD.org> | 2004-06-17 03:55:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-17 03:55:40 +0800 |
commit | 91826cdf7df33c0a710f9e8b6f5956b9d95e4ef3 (patch) | |
tree | 3a655b3e6473fcfd1e95cdd50e4254d7261a4c39 /www/amaya | |
parent | 4ee10245f88184e01b41edcdbc9462a76774d89d (diff) | |
download | freebsd-ports-gnome-91826cdf7df33c0a710f9e8b6f5956b9d95e4ef3.tar.gz freebsd-ports-gnome-91826cdf7df33c0a710f9e8b6f5956b9d95e4ef3.tar.zst freebsd-ports-gnome-91826cdf7df33c0a710f9e8b6f5956b9d95e4ef3.zip |
- Fix distfile handling when building with dictionary
PR: ports/67914
Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
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 |