diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-09-22 17:10:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-09-22 17:10:26 +0000 |
commit | e475c19a24ad0be6c77798ac658eb897a7825ec3 (patch) | |
tree | c209aa104fcfe729531c297b4301e67a1019dd54 /www/wgetpaste | |
parent | aa906d8cc0f95f07008c72f6b62e61a753d78a43 (diff) |
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor)
Notes
Notes:
svn path=/head/; revision=261634
Diffstat (limited to 'www/wgetpaste')
-rw-r--r-- | www/wgetpaste/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wgetpaste/Makefile b/www/wgetpaste/Makefile index 40e897bc83b2..5644ae0ffdf2 100644 --- a/www/wgetpaste/Makefile +++ b/www/wgetpaste/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://wgetpaste.zlin.dk/ \ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}.example zlin.conf EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= sunpoet@sunpoet.net +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Paste to several pastebin services via bash script RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ |