diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-18 07:18:16 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-18 07:18:16 +0800 |
commit | e8752cff1df80425eef713ceaf0900e7b20bacc1 (patch) | |
tree | 29085f0db5dc4402ba27fdc2324be5075350d6f5 /games | |
parent | 3b70f064ef43ce02b0ec6af1250a5e92cc760e15 (diff) | |
download | freebsd-ports-gnome-e8752cff1df80425eef713ceaf0900e7b20bacc1.tar.gz freebsd-ports-gnome-e8752cff1df80425eef713ceaf0900e7b20bacc1.tar.zst freebsd-ports-gnome-e8752cff1df80425eef713ceaf0900e7b20bacc1.zip |
Correct a problem with the fetching of the port's distfiles.
PR: ports/76359
Submitted by: "Conrad J. Sabatier" <conrads@cox.net>
Diffstat (limited to 'games')
-rw-r--r-- | games/gnuchess/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index eb4bcbbe098d..a235d642c672 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -10,6 +10,8 @@ PORTVERSION= 5.07 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= chess +# The DISTFILES here is explicitely needed because it can be extended later. +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= conrads@cox.net COMMENT= "Classic" Gnu Chess |