diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-12-29 22:19:07 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-12-29 22:19:07 +0000 |
commit | 5fe83236fec1b0f58c4e70f8578f867e1bc3823e (patch) | |
tree | 6a9a1fdd6640c13894aa7ecfaaea290579ec6257 /www/rt32 | |
parent | 9982b47d1f7b32d175f7383218acf68e21ca5398 (diff) |
Notes
Diffstat (limited to 'www/rt32')
-rw-r--r-- | www/rt32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rt32/Makefile b/www/rt32/Makefile index 1df19cf66c16..d5a20a4e33e6 100644 --- a/www/rt32/Makefile +++ b/www/rt32/Makefile @@ -15,7 +15,7 @@ MASTER_SITES?= http://download.bestpractical.com/pub/rt/release/ \ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= RT is an industrial-grade ticketing system written in Perl BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} \ |