diff options
-rw-r--r-- | databases/phppgadmin/Makefile | 4 | ||||
-rw-r--r-- | databases/phppgadmin/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index abf59a1b09cb..0cb76fe9a850 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -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} diff --git a/databases/phppgadmin/pkg-plist b/databases/phppgadmin/pkg-plist index 829cd68a7c0e..0a40c849ef2f 100644 --- a/databases/phppgadmin/pkg-plist +++ b/databases/phppgadmin/pkg-plist @@ -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 |