From d84fcc9d05fffedb49b5c7dcf473b90adae2bc02 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 26 Aug 2015 19:37:57 +0000 Subject: - Switch to options helpers - While here, add some NO_ARCHes Approved by: portmgr blanket --- graphics/xoris/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'graphics/xoris') 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 - -.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 -- cgit