diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:37:41 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:37:41 +0000 |
commit | 2ffa0bbce4728a0dafad35636edf9b92b799cfd2 (patch) | |
tree | 2c8c01aff3b7db341056c43656804d9d3f48c360 /editors/dhex | |
parent | a9cb756fc84875569dd6ebf1ac75b4b2202bbfec (diff) | |
download | ports-2ffa0bbce4728a0dafad35636edf9b92b799cfd2.tar.gz ports-2ffa0bbce4728a0dafad35636edf9b92b799cfd2.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Notes
Notes:
svn path=/head/; revision=376394
Diffstat (limited to 'editors/dhex')
-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 |