diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-28 02:07:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-28 02:07:32 +0800 |
commit | 3bf252f8ecd6a722524db8e7d4b6a0a933172cfc (patch) | |
tree | e5c2ac2e4106ec4e4ffe14f33d88d5ebfc2379cd /graphics/xtexcad | |
parent | f8aec1417b0af55de07907c37c601716bc5759be (diff) | |
download | freebsd-ports-gnome-3bf252f8ecd6a722524db8e7d4b6a0a933172cfc.tar.gz freebsd-ports-gnome-3bf252f8ecd6a722524db8e7d4b6a0a933172cfc.tar.zst freebsd-ports-gnome-3bf252f8ecd6a722524db8e7d4b6a0a933172cfc.zip |
Support stage
Diffstat (limited to 'graphics/xtexcad')
-rw-r--r-- | graphics/xtexcad/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/xtexcad/Makefile b/graphics/xtexcad/Makefile index 35c9f54f0564..060d1405664a 100644 --- a/graphics/xtexcad/Makefile +++ b/graphics/xtexcad/Makefile @@ -13,8 +13,7 @@ COMMENT= Simple drawing program enforcing limited slopes and diameters USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt -MAN1= xtexcad.1 -PLIST_FILES= bin/xtexcad lib/X11/app-defaults/XTeXcad +PLIST_FILES= bin/xtexcad lib/X11/app-defaults/XTeXcad \ + man/man1/xtexcad.1.gz -NO_STAGE= yes .include <bsd.port.mk> |