diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-22 19:30:16 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-22 19:30:16 +0000 |
commit | e4e64c1bb6e91830b86310056bfef2aa9f44f859 (patch) | |
tree | 9b67b3cbf71511670f5da330a601932b011ee7b8 /databases | |
parent | a030a7d336283d53156d167efee0e3a91deed3a4 (diff) | |
download | pkgsrc-e4e64c1bb6e91830b86310056bfef2aa9f44f859.tar.gz |
databases/phppgadmin: remove nonexistent file from SUBST block
Diffstat (limited to 'databases')
-rw-r--r-- | databases/phppgadmin/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index 9c48b93e006..11b8783d59f 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2020/03/20 11:57:25 nia Exp $ +# $NetBSD: Makefile,v 1.36 2020/05/22 19:30:16 rillig Exp $ DISTNAME= phpPgAdmin-5.1 PKGNAME= ${DISTNAME:S/PgAdmin/pgadmin/} @@ -25,11 +25,6 @@ CONF_FILES= ${EGDIR}/config.inc.php-dist ${PHPPGBASE}/conf/config.inc.php DOC_FILES= CREDITS DEVELOPERS FAQ HISTORY INSTALL LICENSE TODO \ TRANSLATORS -REPLACE_INTERPRETER+= pkgsrc-php -REPLACE.pkgsrc-php.old= .*php -REPLACE.pkgsrc-php.new= ${PREFIX}/bin/php -REPLACE_FILES.pkgsrc-php= build_tests.php - do-configure: ${SED} -e "s#/usr/bin/pg#${PREFIX}/bin/pg#" \ ${WRKSRC}/conf/config.inc.php-dist > \ |