Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2020 09:22:54 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550142 - head/deskutils/clipmenu
Message-ID:  <202009260922.08Q9MsuK068001@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Sat Sep 26 09:22:53 2020
New Revision: 550142
URL: https://svnweb.freebsd.org/changeset/ports/550142

Log:
  - Set NO_BUILD, NO_ARCH variables

Modified:
  head/deskutils/clipmenu/Makefile

Modified: head/deskutils/clipmenu/Makefile
==============================================================================
--- head/deskutils/clipmenu/Makefile	Sat Sep 26 09:10:37 2020	(r550141)
+++ head/deskutils/clipmenu/Makefile	Sat Sep 26 09:22:53 2020	(r550142)
@@ -17,6 +17,9 @@ RUN_DEPENDS=	bash:shells/bash \
 
 USES=		xorg
 
+NO_ARCH=	yes
+NO_BUILD=	yes
+
 PLIST_FILES=	bin/clipctl bin/clipdel bin/clipfsck bin/clipmenu bin/clipmenud
 
 OPTIONS_DEFAULT=	DMENU
@@ -38,9 +41,6 @@ GH_ACCOUNT=	cdown
 
 post-extract:
 	@${REINPLACE_CMD} -e '3s,dmenu,${SELECTED_OPTIONS:tl},1' ${WRKSRC}/clipmenu
-
-do-build:
-	${DO_NADA}
 
 do-install:
 	@cd ${WRKSRC} && ${INSTALL_SCRIPT} clipctl clipdel clipfsck clipmenu clipmenud \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009260922.08Q9MsuK068001>