Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 10:10:16 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491936 - in head/graphics: alpng c-a-i-r
Message-ID:  <201902021010.x12AAGhK006111@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Feb  2 10:10:15 2019
New Revision: 491936
URL: https://svnweb.freebsd.org/changeset/ports/491936

Log:
  graphics/*: Use NO_WRKSUBDIR

Modified:
  head/graphics/alpng/Makefile
  head/graphics/c-a-i-r/Makefile

Modified: head/graphics/alpng/Makefile
==============================================================================
--- head/graphics/alpng/Makefile	Sat Feb  2 10:09:39 2019	(r491935)
+++ head/graphics/alpng/Makefile	Sat Feb  2 10:10:15 2019	(r491936)
@@ -13,12 +13,14 @@ COMMENT=	Library for display PNG images in programs
 
 LIB_DEPENDS=	liballeg.so:devel/allegro
 
+USES=		gmake
+
 HAS_CONFIGURE=	yes
-WRKSRC=		${WRKDIR}
 MAKEFILE=	makefile
-USES=		gmake
 MAKE_ARGS=	CC="${CC}"
 CFLAGS+=	-I${LOCALBASE}/include
+
+NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	include/alpng.h \
 		lib/libalpng.a

Modified: head/graphics/c-a-i-r/Makefile
==============================================================================
--- head/graphics/c-a-i-r/Makefile	Sat Feb  2 10:09:39 2019	(r491935)
+++ head/graphics/c-a-i-r/Makefile	Sat Feb  2 10:10:15 2019	(r491936)
@@ -13,9 +13,8 @@ COMMENT=	Content Aware Image Resizer is an implementat
 USES=		dos2unix gmake zip
 DOS2UNIX_GLOB=	*.cpp
 
-MAKE_ARGS+=	CC="${CXX}"
-
-WRKSRC=		${WRKDIR}
+MAKE_ARGS=	CC="${CXX}"
+NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/cair
 



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