diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-24 21:17:23 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-24 21:17:23 +0000 |
commit | 6a533b9e8176e0127d414495634aa72c70daa951 (patch) | |
tree | c9a2f78c446bcf608e55da1cbed2b8e5a0dafea4 | |
parent | - Update to version 1.85 (diff) |
Use MASTER_SITES macro for LOCAL
Suggested by: mat
Notes
Notes:
svn path=/head/; revision=382172
-rw-r--r-- | games/bsdgames/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/bsdgames/Makefile b/games/bsdgames/Makefile index ca2de37b741e..f48babb97df2 100644 --- a/games/bsdgames/Makefile +++ b/games/bsdgames/Makefile @@ -6,8 +6,7 @@ PORTVERSION= 4.0.5 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= adamw +MASTER_SITES= LOCAL/adamw MAINTAINER= adamw@FreeBSD.org COMMENT= Traditional BSD games taken from DragonFly BSD |