aboutsummaryrefslogtreecommitdiff
path: root/www/mysqlphp2postgres/Makefile
diff options
context:
space:
mode:
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>