diff options
author | gabor <gabor@FreeBSD.org> | 2007-02-09 11:12:38 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-02-09 11:12:38 +0000 |
commit | 6881ab29643d9f419e3cc3fbd9252d3fcf3b4327 (patch) | |
tree | f5d74edf93c32bade174cfa3810bb9d98e8ed378 /graphics/npretty | |
parent | 2f6355947bdb1d73ed218b5f2187d985df5654ae (diff) | |
download | FreeBSD-ports-6881ab29643d9f419e3cc3fbd9252d3fcf3b4327.zip FreeBSD-ports-6881ab29643d9f419e3cc3fbd9252d3fcf3b4327.tar.gz |
- Add a backup MASTER_SITE for the last change, since it doesn't seem
to be reliable enough
Requested by: kris
Approved by: erwin (mentor)
Diffstat (limited to 'graphics/npretty')
-rw-r--r-- | graphics/npretty/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/npretty/Makefile b/graphics/npretty/Makefile index e47de04..27d44db 100644 --- a/graphics/npretty/Makefile +++ b/graphics/npretty/Makefile @@ -9,7 +9,8 @@ PORTNAME= npretty PORTVERSION= 0.9.3 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://www.pulia.nu/code/projects/npretty/ +MASTER_SITES= http://www.pulia.nu/code/projects/npretty/ \ + ${MASTER_SITE_LOCAL:S@%SUBDIR%@gabor@} MAINTAINER= peter@pean.org COMMENT= A simple web-gallery generator written in perl |