svn commit: r399994 - head/graphics/gimp-jagged-border-script

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 22 17:20:31 UTC 2015


Author: amdmi3
Date: Thu Oct 22 17:20:30 2015
New Revision: 399994
URL: https://svnweb.freebsd.org/changeset/ports/399994

Log:
  - Add NO_ARCH
  - Cosmetic fix

Modified:
  head/graphics/gimp-jagged-border-script/Makefile

Modified: head/graphics/gimp-jagged-border-script/Makefile
==============================================================================
--- head/graphics/gimp-jagged-border-script/Makefile	Thu Oct 22 17:14:16 2015	(r399993)
+++ head/graphics/gimp-jagged-border-script/Makefile	Thu Oct 22 17:20:30 2015	(r399994)
@@ -9,8 +9,8 @@ MASTER_SITES=	http://registry.gimp.org/f
 PKGNAMEPREFIX=	gimp-
 PKGNAMESUFFIX=	-scripts
 DISTNAME=	script-fu-jagged-border.scm
-EXTRACT_SUFX=
-EXTRACT_ONLY=
+EXTRACT_SUFX=	# empty
+EXTRACT_ONLY=	# empty
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GIMP script to create a jagged border around an image
@@ -21,6 +21,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/gimp:${POR
 
 USES=		dos2unix
 NO_BUILD=	yes
+NO_ARCH=	yes
 NO_WRKSUBDIR=	yes
 
 GIMP_SCRIPTS_DIR?=	share/gimp/scripts


More information about the svn-ports-all mailing list