- Support STAGEDIR

- Add LICENSE
- Reset maintainer
This commit is contained in:
Alex Kozlov 2014-02-02 09:05:59 +00:00
parent a5843f4f81
commit 08295d26f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342256

View File

@ -6,9 +6,12 @@ DISTVERSION= 1.5.091221
CATEGORIES= databases www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ak@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight alternative to phpMyAdmin
LICENSE= GPLv2 MIT
LICENSE_COMB= dual
USE_ZIP= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
@ -20,9 +23,8 @@ PLIST_DIRS= ${WWWDIR_REL}
USE_PHP= mysql session pcre
.endif
NO_STAGE= yes
do-install:
${MKDIR} ${WWWDIR}
${INSTALL_SCRIPT} ${WRKSRC}/phpminiadmin.php ${WWWDIR}
@${MKDIR} ${STAGEDIR}${WWWDIR}
${INSTALL_SCRIPT} ${WRKSRC}/phpminiadmin.php ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>