mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
- fix @sample
PR: 205243
This commit is contained in:
parent
2f6ab7bfa9
commit
73fa229efa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408290
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= phppgadmin
|
||||
PORTVERSION= 5.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= SF/${PORTNAME}/phpPgAdmin%20%5Bstable%5D/phpPgAdmin-5.1
|
||||
DISTNAME= phpPgAdmin-${PORTVERSION}
|
||||
@ -34,8 +34,6 @@ do-configure:
|
||||
${WRKSRC}/conf/config.inc.php-dist
|
||||
${RM} -f ${WRKSRC}/conf/config.inc.php \
|
||||
${WRKSRC}/conf/config.inc.php-dist.bak
|
||||
${MV} -i ${WRKSRC}/conf/config.inc.php-dist \
|
||||
${WRKSRC}/conf/config.inc.php.sample
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/${PGADMDIR}
|
||||
|
@ -30,7 +30,7 @@
|
||||
%%PGADMDIR%%/classes/database/Postgres90.php
|
||||
%%PGADMDIR%%/classes/database/Postgres91.php
|
||||
%%PGADMDIR%%/colproperties.php
|
||||
@sample %%PGADMDIR%%/conf/config.inc.php.sample
|
||||
@sample %%PGADMDIR%%/conf/config.inc.php-dist %%PGADMDIR%%/conf/config.inc.php
|
||||
%%PGADMDIR%%/constraints.php
|
||||
%%PGADMDIR%%/conversions.php
|
||||
%%PGADMDIR%%/database.php
|
||||
|
Loading…
Reference in New Issue
Block a user