diff options
author | johans <johans@FreeBSD.org> | 2016-12-15 05:48:10 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2016-12-15 05:48:10 +0800 |
commit | 84057ee454c074e66b43679240cb2358756c4481 (patch) | |
tree | 97a408059d1d4b5207fdbfb759af34b436fbdb13 /lang | |
parent | a78ec4083e8632100dc512cd204ecfc4ab516024 (diff) | |
download | freebsd-ports-gnome-84057ee454c074e66b43679240cb2358756c4481.tar.gz freebsd-ports-gnome-84057ee454c074e66b43679240cb2358756c4481.tar.zst freebsd-ports-gnome-84057ee454c074e66b43679240cb2358756c4481.zip |
Stepping down as maintainer for some ports.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pike78/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile index 45103fe9448f..e38b113fcc88 100644 --- a/lang/pike78/Makefile +++ b/lang/pike78/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ ftp://ftp.caudium.net/pike/official_releases/${PORTVERSION}/ DISTNAME= Pike-v${PORTVERSION} -MAINTAINER= johans@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Dynamic programming language with a syntax similar to C++ LIB_DEPENDS= libtiff.so:graphics/tiff \ |