Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2014 15:02:30 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344239 - head/databases/mysql-xql
Message-ID:  <201402141502.s1EF2Uov086901@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402141502.s1EF2Uov086901>