From 73954d2b882ad201a11576af78f9a82d1b04b03b Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 17 Jan 2005 23:18:16 +0000 Subject: [PATCH] Correct a problem with the fetching of the port's distfiles. PR: ports/76359 Submitted by: "Conrad J. Sabatier" --- games/gnuchess/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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