svn commit: r330211 - head/x11/xrootconsole

Eitan Adler eadler at FreeBSD.org
Sun Oct 13 06:13:54 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list