- Convert to staging

This commit is contained in:
Eitan Adler 2013-09-29 03:22:49 +00:00
parent d7a542f9bf
commit 657df94ad7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328646

View file

@ -14,8 +14,10 @@ COMMENT= Magnify, rotate, mirror the image on the X screen
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>