svn commit: r461835 - head/devel/pdcurses

Yuri Victorovich yuri at FreeBSD.org
Wed Feb 14 20:33:36 UTC 2018


Author: yuri
Date: Wed Feb 14 20:33:35 2018
New Revision: 461835
URL: https://svnweb.freebsd.org/changeset/ports/461835

Log:
  devel/pdcurses: Fixed spaces in WRKSRC; Replaced with WRKSRC_SUBDIR
  
  Spaces were missed by portlint: bug#225900
  
  Reported by:	tcberner
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/devel/pdcurses/Makefile

Modified: head/devel/pdcurses/Makefile
==============================================================================
--- head/devel/pdcurses/Makefile	Wed Feb 14 20:09:42 2018	(r461834)
+++ head/devel/pdcurses/Makefile	Wed Feb 14 20:33:35 2018	(r461835)
@@ -19,7 +19,7 @@ USE_XORG=	x11 xext sm ice xt xaw xmu xpm
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=yes
 
-WRKSRC=       ${WRKDIR}/${DISTNAME}/x11
+WRKSRC_SUBDIR=	x11
 
 OPTIONS_DEFINE=	DEBUG LATIN1 NEXTAW XAW3D
 


More information about the svn-ports-head mailing list