diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-27 03:37:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-27 03:37:57 +0800 |
commit | d84fcc9d05fffedb49b5c7dcf473b90adae2bc02 (patch) | |
tree | 0e863bf0019a9552bfcdc1412ee1f003904494ec /graphics/xoris | |
parent | 37bb36a0ce852a9d672890b270f2d34af15274b9 (diff) | |
download | freebsd-ports-gnome-d84fcc9d05fffedb49b5c7dcf473b90adae2bc02.tar.gz freebsd-ports-gnome-d84fcc9d05fffedb49b5c7dcf473b90adae2bc02.tar.zst freebsd-ports-gnome-d84fcc9d05fffedb49b5c7dcf473b90adae2bc02.zip |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket
Diffstat (limited to 'graphics/xoris')
-rw-r--r-- | graphics/xoris/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/xoris/Makefile b/graphics/xoris/Makefile index 508958bfed06..9a44f7ff1b7d 100644 --- a/graphics/xoris/Makefile +++ b/graphics/xoris/Makefile @@ -15,11 +15,7 @@ USE_XORG= x11 OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -SUB_FILES= pkg-message -.endif +DOCS_SUB_FILES= pkg-message post-install: ${INSTALL_SCRIPT} ${FILESDIR}/xoris-run.sh ${STAGEDIR}${PREFIX}/bin |