diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2015-08-16 21:56:50 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2015-08-16 21:56:50 +0000 |
commit | 9d2186f73b8105ce80edf1441a70c8a4270a0b71 (patch) | |
tree | 509076c4930282f8584f517cf4b42e19431c0ade | |
parent | fa5e09093a890b2ca71870b1c14799297f3b06fe (diff) | |
download | ports-9d2186f73b8105ce80edf1441a70c8a4270a0b71.tar.gz ports-9d2186f73b8105ce80edf1441a70c8a4270a0b71.zip |
Notes
-rw-r--r-- | editors/jupp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/jupp/Makefile b/editors/jupp/Makefile index 06023a884994..1db0429cfd60 100644 --- a/editors/jupp/Makefile +++ b/editors/jupp/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.mirbsd.org/MirOS/dist/jupp/ \ http://pub.allbsd.org/MirOS/dist/jupp/ DISTNAME= joe-${PORTVERSION:C/([0-9]+\.[0-9]+)\.([0-9]+)/\1${PORTNAME}\2/} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gblach@FreeBSD.org COMMENT= Portable version of Joe's Own Editor from MirBSD LICENSE= GPLv1 |