diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-09 18:49:26 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-09 18:49:26 +0000 |
commit | ff17576aec3738abbede9f9d3e4b9a05885e91e4 (patch) | |
tree | 3ea0206aaa7fc4df88f9bbe712f13c0e3c821811 | |
parent | 1) Fix reproducible plaintext authentication crash. (diff) |
Put the distfile to my local-distfiles, since it is not available anymore
PR: 50702
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=78677
-rw-r--r-- | games/pysol-music/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/pysol-music/Makefile b/games/pysol-music/Makefile index 07fab27abb81..de9b13a6d23e 100644 --- a/games/pysol-music/Makefile +++ b/games/pysol-music/Makefile @@ -8,7 +8,8 @@ PORTNAME= pysol-music PORTVERSION= 4.40 CATEGORIES= games -MASTER_SITES= http://pysol2.sourceforge.net/download/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= arved MAINTAINER= serg@tmn.ru COMMENT= Collection of background music for use with PySol |