svn commit: r400813 - head/www/wgetpaste

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 4 20:15:33 UTC 2015


Author: sunpoet
Date: Wed Nov  4 20:15:32 2015
New Revision: 400813
URL: https://svnweb.freebsd.org/changeset/ports/400813

Log:
  - Update RUN_DEPENDS: remove redundant LOCALBASE/bin
  - Add NO_ARCH

Modified:
  head/www/wgetpaste/Makefile

Modified: head/www/wgetpaste/Makefile
==============================================================================
--- head/www/wgetpaste/Makefile	Wed Nov  4 20:15:27 2015	(r400812)
+++ head/www/wgetpaste/Makefile	Wed Nov  4 20:15:32 2015	(r400813)
@@ -12,9 +12,10 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Paste to several pastebin services via bash script
 
-RUN_DEPENDS=	${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
-		${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
+RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
+		wget:${PORTSDIR}/ftp/wget
 
+NO_ARCH=	yes
 NO_BUILD=	yes
 USES=		tar:bzip2
 


More information about the svn-ports-all mailing list