diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-01-09 22:48:54 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-01-09 22:48:54 +0800 |
commit | a6dff2cd2592b3ab0f27912ce940fbd6b634793b (patch) | |
tree | c5a1df43cdad387744b4ceb00662fb30bee791f4 /x11/xaniroc | |
parent | d31a11de65c2450a375b17b7f8d8eb6fa6b7ca5a (diff) | |
download | freebsd-ports-gnome-a6dff2cd2592b3ab0f27912ce940fbd6b634793b.tar.gz freebsd-ports-gnome-a6dff2cd2592b3ab0f27912ce940fbd6b634793b.tar.zst freebsd-ports-gnome-a6dff2cd2592b3ab0f27912ce940fbd6b634793b.zip |
Support stagedir.
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'x11/xaniroc')
-rw-r--r-- | x11/xaniroc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xaniroc/Makefile b/x11/xaniroc/Makefile index f2df1f6278a4..2a6e328c0adb 100644 --- a/x11/xaniroc/Makefile +++ b/x11/xaniroc/Makefile @@ -14,10 +14,8 @@ COMMENT= Animate your root-cursor USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt -MAN1= xaniroc.1 -PLIST_FILES= bin/xaniroc +PLIST_FILES= bin/xaniroc man/man1/xaniroc.1.gz -NO_STAGE= yes post-extract: ${MV} ${WRKSRC}/manpage.1 ${WRKSRC}/xaniroc.man |