svn commit: r344239 - head/databases/mysql-xql

Martin Wilke miwi at FreeBSD.org
Fri Feb 14 15:02:31 UTC 2014


Author: miwi
Date: Fri Feb 14 15:02:30 2014
New Revision: 344239
URL: http://svnweb.freebsd.org/changeset/ports/344239
QAT: https://qat.redports.org/buildarchive/r344239/

Log:
  - Stage support

Modified:
  head/databases/mysql-xql/Makefile

Modified: head/databases/mysql-xql/Makefile
==============================================================================
--- head/databases/mysql-xql/Makefile	Fri Feb 14 15:02:18 2014	(r344238)
+++ head/databases/mysql-xql/Makefile	Fri Feb 14 15:02:30 2014	(r344239)
@@ -13,7 +13,7 @@ COMMENT=	Library provides XML output fun
 
 USE_GNOME=	libxml2
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_MYSQL=	yes
 USE_LDCONFIG=	yes
 
@@ -24,8 +24,4 @@ PLIST_FILES=	\
 
 PLIST_DIRS=	lib/mysql/plugin
 
-NO_STAGE=	yes
-post-install:
-	${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list