svn commit: r330212 - head/x11/9box

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


Author: eadler
Date: Sun Oct 13 06:14:24 2013
New Revision: 330212
URL: http://svnweb.freebsd.org/changeset/ports/330212

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

Modified:
  head/x11/9box/Makefile

Modified: head/x11/9box/Makefile
==============================================================================
--- head/x11/9box/Makefile	Sun Oct 13 06:13:53 2013	(r330211)
+++ head/x11/9box/Makefile	Sun Oct 13 06:14:24 2013	(r330212)
@@ -12,18 +12,17 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	9box can "pack" windows inside itself
 
 PLIST_FILES=	bin/9box
-USE_GMAKE=	yes
+USES=		gmake
 USE_XORG=	xbitmaps x11 xt
 
 BUILD_WRKSRC=	${WRKSRC}/src
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \
 		s|%%CC%%|${CC}|g' \
 		${WRKSRC}/src/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/9box ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/src/9box ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list