diff options
author | vg <vg@FreeBSD.org> | 2013-07-22 22:34:22 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2013-07-22 22:34:22 +0800 |
commit | a75014656c7be0e4d27eba5e74be40f5b80374c9 (patch) | |
tree | 914d70e2f7062f7f650ad403fd89a4c18d8ffa6d /textproc/libflate | |
parent | b1194ddcdd9dbe09ea88f1ca30a68c6c333e760c (diff) | |
download | freebsd-ports-gnome-a75014656c7be0e4d27eba5e74be40f5b80374c9.tar.gz freebsd-ports-gnome-a75014656c7be0e4d27eba5e74be40f5b80374c9.tar.zst freebsd-ports-gnome-a75014656c7be0e4d27eba5e74be40f5b80374c9.zip |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors)
Diffstat (limited to 'textproc/libflate')
-rw-r--r-- | textproc/libflate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libflate/Makefile b/textproc/libflate/Makefile index 627578fc381a..fcb915cc568c 100644 --- a/textproc/libflate/Makefile +++ b/textproc/libflate/Makefile @@ -1,4 +1,4 @@ -# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# Created by: Veniamin Gvozdikov <vg@FreeBSD.org> # $FreeBSD$ PORTNAME= libflate @@ -6,7 +6,7 @@ PORTVERSION= 2.0 CATEGORIES= textproc devel MASTER_SITES= http://flate.dead-inside.org/ -MAINTAINER= g.veniamin@googlemail.com +MAINTAINER= vg@FreeBSD.org COMMENT= Template library used to deal with html code in CGI applications PLIST_FILES= lib/${PORTNAME}.a \ |