aboutsummaryrefslogtreecommitdiff
path: root/www/mysqlphp2postgres/Makefile
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-10-11 22:56:23 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-10-11 22:56:23 +0000
commitc91c616416f49bc46f43ca832b53f49a558088d3 (patch)
tree8c5ff6023da53bf2d7e47f39d807cc4d73c5741f /www/mysqlphp2postgres/Makefile
parent1887d5a2bfea1bf328270656f01b79e54a76f041 (diff)
downloadports-c91c616416f49bc46f43ca832b53f49a558088d3.tar.gz
ports-c91c616416f49bc46f43ca832b53f49a558088d3.zip
- Support STAGEDIR
- Reset maintainer, address bounces [1]: 550 5.1.1 <uwe.pierau@tu-clausthal.de>: Recipient address rejected: undeliverable address: host sphinx.rz.tu-clausthal.de[139.174.2.44] said: 550-5.1.1 <uwe.pierau@tu-clausthal.de>: Recipient address rejected: undeliverable address: host mail.tu-clausthal.de[139.174.2.1] said: 550 uwe.pierau@tu-clausthal.de unknown user account (in reply to RCPT TO command) PR: ports/182316 [1] Submitted by: Uwe Pierau <noaddress@freebsd.de> [1]
Notes
Notes: svn path=/head/; revision=330106
Diffstat (limited to 'www/mysqlphp2postgres/Makefile')
-rw-r--r--www/mysqlphp2postgres/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/mysqlphp2postgres/Makefile b/www/mysqlphp2postgres/Makefile
index f91510d4fc27..230cf7f2b5f6 100644
--- a/www/mysqlphp2postgres/Makefile
+++ b/www/mysqlphp2postgres/Makefile
@@ -7,11 +7,13 @@ CATEGORIES= www
MASTER_SITES= http://downloads.mikekohn.net/mp2p/ \
http://www.heim2.tu-clausthal.de/~upp/mysqlphp2postgres/
-MAINTAINER= uwe.pierau@tu-clausthal.de
+MAINTAINER= ports@FreeBSD.org
COMMENT= Convert MySQL calls in a PHP page into PostgreSQL calls
ALL_TARGET= default
PLIST_FILES= bin/mysqlphp2postgres
-NO_STAGE= yes
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
.include <bsd.port.mk>