summaryrefslogtreecommitdiffstats
path: root/databases/phppgadmin/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-03-18 16:07:21 +0000
committerdinoex <dinoex@FreeBSD.org>2006-03-18 16:07:21 +0000
commit27cac55d6713090036d1db186aa22d6a00b2f233 (patch)
treed39d20e81755bbf222dc796a4c8a9fbc4bc28a2d /databases/phppgadmin/Makefile
parentc8046929abe23358e5e6fc2ea293a223be1c5637 (diff)
downloadFreeBSD-ports-27cac55d6713090036d1db186aa22d6a00b2f233.zip
FreeBSD-ports-27cac55d6713090036d1db186aa22d6a00b2f233.tar.gz
- update to 4.0.1
- some cleanups PR: 94636 Submitted by: Andrew Pantyukhin
Diffstat (limited to 'databases/phppgadmin/Makefile')
-rw-r--r--databases/phppgadmin/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile
index 2c77b82..e55e48d 100644
--- a/databases/phppgadmin/Makefile
+++ b/databases/phppgadmin/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= phppgadmin
-PORTVERSION= 4.0
+PORTVERSION= 4.0.1
CATEGORIES= databases www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= phpPgAdmin-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Web Based Postgres Administration
-USE_REINPLACE= yes
USE_BZIP2= yes
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= pgsql pcre session
@@ -32,9 +31,8 @@ do-configure:
do-install:
${MKDIR} ${PREFIX}/${PGADMDIR}
- ${CP} -R ${WRKSRC}/* ${PREFIX}/${PGADMDIR}
- @[ -f ${PREFIX}/${PGADMDIR}/conf/config.inc.php ] || \
- ${CP} -p ${PREFIX}/${PGADMDIR}/conf/config.inc.php-dist \
+ ${CP} -Rp ${WRKSRC}/ ${PREFIX}/${PGADMDIR}/
+ ${CP} -np ${PREFIX}/${PGADMDIR}/conf/config.inc.php-dist \
${PREFIX}/${PGADMDIR}/conf/config.inc.php
.include <bsd.port.mk>
OpenPOWER on IntegriCloud