diff options
author | dinoex <dinoex@FreeBSD.org> | 2016-02-06 10:50:48 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2016-02-06 10:50:48 +0000 |
commit | e70c0cf30d9923a7de00215a1603684cb9213d9e (patch) | |
tree | 7d594672c0a912ed9d75e09913aa96573fa9217e | |
parent | a2b87f9107431e44f1864c2874f81f4e7921b9e0 (diff) | |
download | FreeBSD-ports-e70c0cf30d9923a7de00215a1603684cb9213d9e.zip FreeBSD-ports-e70c0cf30d9923a7de00215a1603684cb9213d9e.tar.gz |
- fix @sample
PR: 205243
-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 abf59a1..0cb76fe 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 829cd68..0a40c84 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 |