diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-09-15 18:57:03 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-09-15 19:10:09 +0200 |
commit | daf0a0db26ffb43f305fb9418a736022daec753d (patch) | |
tree | f4b36b1787f1ac5779c3f8e4d12df23a50280ea5 | |
parent | security/rotate: Remove MASTER_SITES (diff) |
textproc/hexcode: Remove MASTER_SITES
Remove unneeded variable
Reference:
Porters Handbook USE_GITLAB section
Approved by: portmgr (blanket)
-rw-r--r-- | textproc/hexcode/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/hexcode/Makefile b/textproc/hexcode/Makefile index f8eb2db56d7e..f0123c5325a3 100644 --- a/textproc/hexcode/Makefile +++ b/textproc/hexcode/Makefile @@ -1,7 +1,6 @@ PORTNAME= hexcode DISTVERSION= 1.0 CATEGORIES= textproc -MASTER_SITES= https://gitlab.com/LadySerenaKitty MAINTAINER= jlhawkwell@ladyserenakitty.com COMMENT= Easily convert between hex and data. |