Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 15:16:28 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337740 - head/palm/makeztxt
Message-ID:  <201312271516.rBRFGSAK086778@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Fri Dec 27 15:16:28 2013
New Revision: 337740
URL: http://svnweb.freebsd.org/changeset/ports/337740

Log:
  Add staging support
  Define LICENSE
  Switch over to USES framework

Modified:
  head/palm/makeztxt/Makefile

Modified: head/palm/makeztxt/Makefile
==============================================================================
--- head/palm/makeztxt/Makefile	Fri Dec 27 15:16:01 2013	(r337739)
+++ head/palm/makeztxt/Makefile	Fri Dec 27 15:16:28 2013	(r337740)
@@ -10,17 +10,18 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Command line utility to create GutenPalm's zTXT format databases
 
+LICENSE=	GPLv2
+
 PLIST_FILES=	bin/makeztxt
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_GMAKE=	yes
+USES=		gmake
 
 MAKE_ENV+=	USEPOSIX=1 LONG_OPTS=1
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} 's/-O2//' ${WRKSRC}/libztxt/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/makeztxt ${LOCALBASE}/bin/
+	${INSTALL_PROGRAM} ${WRKSRC}/makeztxt ${STAGEDIR}${LOCALBASE}/bin/
 
 .include <bsd.port.mk>



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