diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-17 23:18:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-17 23:18:16 +0000 |
commit | 73954d2b882ad201a11576af78f9a82d1b04b03b (patch) | |
tree | 3893a62cd113b350db54fc411cd709b72a421fd6 /games | |
parent | 41dac9bbf9cef58a42d8747dc81d704ebe2b3f7d (diff) |
Notes
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 |