svn commit: r415905 - head/games/angband

Antoine Brodin antoine at FreeBSD.org
Thu May 26 19:08:49 UTC 2016


Author: antoine
Date: Thu May 26 19:08:48 2016
New Revision: 415905
URL: https://svnweb.freebsd.org/changeset/ports/415905

Log:
  Add back WRKSRC, it's needed because of DISTVERSIONPREFIX

Modified:
  head/games/angband/Makefile

Modified: head/games/angband/Makefile
==============================================================================
--- head/games/angband/Makefile	Thu May 26 18:06:26 2016	(r415904)
+++ head/games/angband/Makefile	Thu May 26 19:08:48 2016	(r415905)
@@ -34,6 +34,8 @@ X11_USE=		XORG=sm,x11
 X11_RUN_DEPENDS=	xorg-fonts-miscbitmaps>=0:x11-fonts/xorg-fonts-miscbitmaps
 X11_CONFIGURE_ENABLE=	x11
 
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|-Wno-missing-field-initializers || ; \


More information about the svn-ports-head mailing list