diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-14 07:57:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-14 07:57:05 +0800 |
commit | 611ae58c32a1994a125494505c25c22d68d5b374 (patch) | |
tree | 74c5323517e94180f83bb286f6055ed46a345329 /x11 | |
parent | 2e4a55ff443b8197b4e5bc678f0d062d592ba105 (diff) | |
download | freebsd-ports-gnome-611ae58c32a1994a125494505c25c22d68d5b374.tar.gz freebsd-ports-gnome-611ae58c32a1994a125494505c25c22d68d5b374.tar.zst freebsd-ports-gnome-611ae58c32a1994a125494505c25c22d68d5b374.zip |
Support stage
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xantfarm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xantfarm/Makefile b/x11/xantfarm/Makefile index 4c449aa5b594..ba98d9506ddf 100644 --- a/x11/xantfarm/Makefile +++ b/x11/xantfarm/Makefile @@ -14,8 +14,7 @@ COMMENT= Ant hill simulation on X11 root window WRKSRC= ${WRKDIR}/xantfarm USES= imake USE_XORG= x11 xext xt -MAN1= xantfarm.1 -PLIST_FILES= bin/xantfarm +PLIST_FILES= bin/xantfarm \ + man/man1/xantfarm.1.gz -NO_STAGE= yes .include <bsd.port.mk> |