svn commit: r340444 - head/converters/gbase

Antoine Brodin antoine at FreeBSD.org
Mon Jan 20 18:37:13 UTC 2014


Author: antoine
Date: Mon Jan 20 18:37:12 2014
New Revision: 340444
URL: http://svnweb.freebsd.org/changeset/ports/340444
QAT: https://qat.redports.org/buildarchive/r340444/

Log:
  Stage support

Modified:
  head/converters/gbase/Makefile

Modified: head/converters/gbase/Makefile
==============================================================================
--- head/converters/gbase/Makefile	Mon Jan 20 18:33:14 2014	(r340443)
+++ head/converters/gbase/Makefile	Mon Jan 20 18:37:12 2014	(r340444)
@@ -8,7 +8,7 @@ CATEGORIES=	converters
 MASTER_SITES=	http://www.fluxcode.net/files/
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A program to convert between the 4 common bases used in programming
+COMMENT=	Program to convert between the 4 common bases used in programming
 
 LICENSE=	ART10
 
@@ -17,7 +17,6 @@ OPTIONS_DEFINE=	GTK2
 PLIST_FILES=	bin/${PORTNAME}
 USES=		pkgconfig
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGTK2}
@@ -39,6 +38,6 @@ do-build:
 		-o ${PORTNAME} ${GTK_LIBS}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list