- Support STAGEDIR
- Add LICENSE - Reset maintainer
This commit is contained in:
parent
a5843f4f81
commit
08295d26f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342256
1 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue