diff options
author | gabor <gabor@FreeBSD.org> | 2007-02-09 19:12:38 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-02-09 19:12:38 +0800 |
commit | 6881ab29643d9f419e3cc3fbd9252d3fcf3b4327 (patch) | |
tree | f5d74edf93c32bade174cfa3810bb9d98e8ed378 | |
parent | 2f6355947bdb1d73ed218b5f2187d985df5654ae (diff) | |
download | freebsd-ports-gnome-6881ab29643d9f419e3cc3fbd9252d3fcf3b4327.tar.gz freebsd-ports-gnome-6881ab29643d9f419e3cc3fbd9252d3fcf3b4327.tar.zst freebsd-ports-gnome-6881ab29643d9f419e3cc3fbd9252d3fcf3b4327.zip |
- 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)
-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 e47de047e89d..27d44db95ed5 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 |