diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 83e5fd3ee15682c4e0aefab035eb1821a2276325 (patch) | |
tree | 058380093a9fc14721eb5efc0ba15397d31739ff /games/xevil/Makefile | |
parent | bef7e1901f3ac20e1b8948ace53627f740245474 (diff) | |
download | ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.tar.gz ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.zip |
Notes
Diffstat (limited to 'games/xevil/Makefile')
-rw-r--r-- | games/xevil/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile index 352e4a09c1fc..6e03c3f6ec54 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -5,8 +5,9 @@ # PKGNAME= xevil-1.5 -CATEGORIES+= games x11 -MASTER_SITES= ftp://ftp.x.org/contrib/games/xevil1.5/ +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games/xevil1.5 DISTFILES= xevil1.5.tar.Z MAINTAINER= jmz@FreeBSD.org |