Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 22:20:38 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349077 - head/x11/roxbg
Message-ID:  <201403242220.s2OMKcGX027459@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Mar 24 22:20:38 2014
New Revision: 349077
URL: http://svnweb.freebsd.org/changeset/ports/349077
QAT: https://qat.redports.org/buildarchive/r349077/

Log:
  Support stage
  Cleanup

Modified:
  head/x11/roxbg/Makefile

Modified: head/x11/roxbg/Makefile
==============================================================================
--- head/x11/roxbg/Makefile	Mon Mar 24 22:15:25 2014	(r349076)
+++ head/x11/roxbg/Makefile	Mon Mar 24 22:20:38 2014	(r349077)
@@ -10,28 +10,16 @@ EXTRACT_SUFX=
 EXTRACT_ONLY=
 
 MAINTAINER=	vvelox@vvelox.net
-COMMENT=	A tool for setting the background in rox using a simple command.
+COMMENT=	tool for setting the background in rox using a simple command.
 
 RUN_DEPENDS=	${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer
 
 NO_WRKSUBDIR=	yes
+NO_BUILD=	yes
 
 PLIST_FILES=	bin/roxbg
 
-NO_STAGE=	yes
-post-extract:
-	@${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC}
-
-#nothing to configure
-do-configure:
-	@${ECHO} -n
-
-#nothing to make
-do-build:
-	@${ECHO} -n
-
 do-install:
-	@${CP} -v ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/roxbg
-	@${CHMOD} +x ${PREFIX}/bin/roxbg
+	${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/roxbg
 
 .include <bsd.port.mk>



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