Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2013 06:13:54 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330211 - head/x11/xrootconsole
Message-ID:  <201310130613.r9D6DsMc047118@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Oct 13 06:13:53 2013
New Revision: 330211
URL: http://svnweb.freebsd.org/changeset/ports/330211

Log:
  Cleanup of the unowned ports in the x11 directory
  - Convert to staging
  - Fix USE_GMAKE

Modified:
  head/x11/xrootconsole/Makefile

Modified: head/x11/xrootconsole/Makefile
==============================================================================
--- head/x11/xrootconsole/Makefile	Sun Oct 13 06:07:30 2013	(r330210)
+++ head/x11/xrootconsole/Makefile	Sun Oct 13 06:13:53 2013	(r330211)
@@ -11,19 +11,16 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Writes any log live onto the background
 
 USE_XORG=	x11
-USE_GMAKE=	yes
+USES=		gmake
 
-MAN1=		xrootconsole.1
-PLIST_FILES=	bin/xrootconsole
-
-NO_STAGE=	yes
+PLIST_FILES=	bin/xrootconsole man/man1/xrootconsole.1.gz
 post-patch:
 	@${REINPLACE_CMD} -e 's|^CC =|CC ?=|g ; \
 		 s|^CFLAGS = -O2|CFLAGS +=|g ; \
 		 s|/usr/X11R6|$${LOCALBASE}|g' ${WRKSRC}/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xrootconsole ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/xrootconsole.1 ${MAN1PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/xrootconsole ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/xrootconsole.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 .include <bsd.port.mk>



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