diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-04 20:24:56 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-04 20:24:56 +0800 |
commit | 1fb2dc76cc8b75b0171e514b43901eddc2feb0cf (patch) | |
tree | 30b6c3d68a9afafffbb9becdb9a133e4d6b743af /databases/mysqlman | |
parent | 278ac964d7423d092d81ae0cd122e9db83c5df73 (diff) | |
download | freebsd-ports-graphics-1fb2dc76cc8b75b0171e514b43901eddc2feb0cf.tar.gz freebsd-ports-graphics-1fb2dc76cc8b75b0171e514b43901eddc2feb0cf.tar.zst freebsd-ports-graphics-1fb2dc76cc8b75b0171e514b43901eddc2feb0cf.zip |
Maintainer update: mysqlman cleanup and fetch update
mysqlman cleanup and fetch update. I can take the maintainership
of this port, since I submitted. I had blackhole a while
ago on my e-mail alias that has been resolved.
PR: ports/47899
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Diffstat (limited to 'databases/mysqlman')
-rw-r--r-- | databases/mysqlman/Makefile | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/databases/mysqlman/Makefile b/databases/mysqlman/Makefile index c9e2754b169..1bcd28f07aa 100644 --- a/databases/mysqlman/Makefile +++ b/databases/mysqlman/Makefile @@ -5,16 +5,17 @@ # $FreeBSD$ PORTNAME= mysqlman -PORTVERSION= 1.09 +PORTVERSION= 1.09 CATEGORIES= databases www -MASTER_SITES= #http://www.gossamer-threads.com/scripts/mysqlman/index.htm +MASTER_SITES= http://www.gossamer-threads.com/scripts/source/ DISTNAME= mysqlman -MAINTAINER= ports@freebsd.org +MAINTAINER= janos.mohacsi@bsd.hu -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${WWW_DIR}:${PORTSDIR}/www/apache13 +WRKSRC= ${WRKDIR}/${DISTNAME}-${PORTVERSION} RESTRICTED= "not redistributable, license agreement required" NO_CDROM= ${RESTRICTED} NO_PACKAGE= ${RESTRICTED} @@ -22,12 +23,12 @@ USE_PERL5= yes NO_BUILD= yes # to determine whether apache installed -WWW_DIR= ${LOCALBASE}/www/ +WWW_DIR= ${LOCALBASE}/www/ #install dir of mysqlman -MYMANDIR= www/mysqlman-${PORTVERSION} +MYMANDIR= www/mysqlman-${PORTVERSION} #do the substitution according to the install place -PLIST_SUB+= MYMANDIR=${MYMANDIR} +PLIST_SUB+= MYMANDIR=${MYMANDIR} #FILES to patch f="mysql.cgi" @@ -37,13 +38,6 @@ WEBUSER?= www:www .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTFILES}) -IGNORE= You need to read the license agreement on \ - http://www.gossamer-threads.com/scripts/mysqlman/index.htm and \ - download on your own. Once ${DISTFILES} has been downloaded, move \ - it to ${DISTDIR} and then restart this build -.endif - do-configure: @${MV} ${WRKSRC}/${f} ${WRKSRC}/${f}.bak && ${SED} <${WRKSRC}/${f}.bak \ s+%%PATHPERLBIN%%+${PERL5}+g >${WRKSRC}/${f} |