diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:37:41 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:37:41 +0800 |
commit | 4ef6cae5277c12d4f0a6f794cf7ed5b70c0702a5 (patch) | |
tree | 2c8c01aff3b7db341056c43656804d9d3f48c360 /editors | |
parent | 5de52587185c298fd3ac74b8bbab8e164e94102b (diff) | |
download | freebsd-ports-gnome-4ef6cae5277c12d4f0a6f794cf7ed5b70c0702a5.tar.gz freebsd-ports-gnome-4ef6cae5277c12d4f0a6f794cf7ed5b70c0702a5.tar.zst freebsd-ports-gnome-4ef6cae5277c12d4f0a6f794cf7ed5b70c0702a5.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dhex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/dhex/Makefile b/editors/dhex/Makefile index d4bc546b1216..9a2aaadfd8cc 100644 --- a/editors/dhex/Makefile +++ b/editors/dhex/Makefile @@ -5,7 +5,7 @@ PORTNAME= dhex PORTVERSION= 0.68 CATEGORIES= editors MASTER_SITES= http://www.dettus.net/dhex/ \ - CRITICAL + LOCAL/ehaupt DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org |