diff options
author | wxs <wxs@FreeBSD.org> | 2011-03-05 09:21:21 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-03-05 09:21:21 +0800 |
commit | ac8771affe722d718484f6cc2b68c1ce76d771f8 (patch) | |
tree | d6baebdac7cc93067f8b346d6bb073759a33e26f /games | |
parent | 14058d87da98250873bced00aba98ed35b4bbd0b (diff) | |
download | freebsd-ports-gnome-ac8771affe722d718484f6cc2b68c1ce76d771f8.tar.gz freebsd-ports-gnome-ac8771affe722d718484f6cc2b68c1ce76d771f8.tar.zst freebsd-ports-gnome-ac8771affe722d718484f6cc2b68c1ce76d771f8.zip |
The DISTFILES line is not actually needed.
Spotted by: dougb@
Diffstat (limited to 'games')
-rw-r--r-- | games/cowsay/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/cowsay/Makefile b/games/cowsay/Makefile index 4af00e0638bd..40a6d1d8a822 100644 --- a/games/cowsay/Makefile +++ b/games/cowsay/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 3.03 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.nog.net/~tony/warez/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= wxs@FreeBSD.org COMMENT= Configurable talking characters in ASCII art |