diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-04-05 05:04:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-04-05 05:04:26 +0000 |
commit | c981863ac76dbd07d79508552f5c1ac35a5adaa5 (patch) | |
tree | ec3e28f6f81debfcf10ee568d6b284a6dff9956d /graphics/pvmpov | |
parent | Per distfile survey, remove mastersite that disappeared in November 2003. (diff) |
Per distfile survey, remove mastersite that disappeared in 2002. The
project is now hosted on SourceForge. Note, however, that this version
of the distfile is old, and may not be on all the SourceForge sites.
This port could use someone to adopt it and update it.
Notes
Notes:
svn path=/head/; revision=106205
Diffstat (limited to 'graphics/pvmpov')
-rw-r--r-- | graphics/pvmpov/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pvmpov/Makefile b/graphics/pvmpov/Makefile index 87cec3349d24..ce6fef5bef20 100644 --- a/graphics/pvmpov/Makefile +++ b/graphics/pvmpov/Makefile @@ -8,7 +8,8 @@ PORTNAME= pvmpov PORTVERSION= 3.1e.2 CATEGORIES= graphics parallel -MASTER_SITES= http://www.luga.de/~flierl/pvmpov/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-3.1e2 EXTRACT_SUFX= .tgz |