Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2014 15:40:10 +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: r344257 - head/databases/usogres
Message-ID:  <201402141540.s1EFeAmf001254@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Feb 14 15:40:10 2014
New Revision: 344257
URL: http://svnweb.freebsd.org/changeset/ports/344257
QAT: https://qat.redports.org/buildarchive/r344257/

Log:
  - Stage support

Modified:
  head/databases/usogres/Makefile

Modified: head/databases/usogres/Makefile
==============================================================================
--- head/databases/usogres/Makefile	Fri Feb 14 15:39:57 2014	(r344256)
+++ head/databases/usogres/Makefile	Fri Feb 14 15:40:10 2014	(r344257)
@@ -11,18 +11,14 @@ COMMENT=	Real-time backup utility for Po
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
 # To avoid syslogd load, add this parameter.
 #MAKE_ARGS=	NDEBUG=yes
 
-NO_STAGE=	yes
 post-patch:
 	cd ${WRKSRC}; ${CP} usogresrc usogresrc.sample
 
-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?201402141540.s1EFeAmf001254>