diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-03-18 16:07:21 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-03-18 16:07:21 +0000 |
commit | 27cac55d6713090036d1db186aa22d6a00b2f233 (patch) | |
tree | d39d20e81755bbf222dc796a4c8a9fbc4bc28a2d /databases/phppgadmin/Makefile | |
parent | c8046929abe23358e5e6fc2ea293a223be1c5637 (diff) | |
download | FreeBSD-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/Makefile | 10 |
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> |