svn commit: r328646 - head/x11/xzoom

Eitan Adler eadler at FreeBSD.org
Sun Sep 29 03:22:50 UTC 2013


Author: eadler
Date: Sun Sep 29 03:22:49 2013
New Revision: 328646
URL: http://svnweb.freebsd.org/changeset/ports/328646

Log:
  - Convert to staging

Modified:
  head/x11/xzoom/Makefile

Modified: head/x11/xzoom/Makefile
==============================================================================
--- head/x11/xzoom/Makefile	Sun Sep 29 03:16:52 2013	(r328645)
+++ head/x11/xzoom/Makefile	Sun Sep 29 03:22:49 2013	(r328646)
@@ -14,8 +14,10 @@ COMMENT=	Magnify, rotate, mirror the ima
 
 USES=		imake
 USE_XORG=	x11 xext
-MAN1=		xzoom.1
-PLIST_FILES=	bin/xzoom
+PLIST_FILES=	bin/xzoom man/man1/xzoom.1.gz
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/xzoom ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/xzoom.man ${STAGEDIR}${MAN1PREFIX}/man/man1/xzoom.1
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list