svn commit: r550142 - head/deskutils/clipmenu

Nicola Vitale nivit at FreeBSD.org
Sat Sep 26 09:22:54 UTC 2020


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 \


More information about the svn-ports-all mailing list