- Convert to staging
This commit is contained in:
parent
d7a542f9bf
commit
657df94ad7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328646
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue