svn commit: r385690 - head/textproc/peco

Antoine Brodin antoine at FreeBSD.org
Thu May 7 21:58:49 UTC 2015


Author: antoine
Date: Thu May  7 21:58:48 2015
New Revision: 385690
URL: https://svnweb.freebsd.org/changeset/ports/385690

Log:
  Unbreak

Modified:
  head/textproc/peco/Makefile

Modified: head/textproc/peco/Makefile
==============================================================================
--- head/textproc/peco/Makefile	Thu May  7 21:58:31 2015	(r385689)
+++ head/textproc/peco/Makefile	Thu May  7 21:58:48 2015	(r385690)
@@ -17,6 +17,7 @@ BUILD_DEPENDS=	${LOCALBASE}/${GO_LIBDIR}
 
 USE_GITHUB=	yes
 
+WRKSRC_SUBDIR=	cmd/peco
 GO_PKGNAME=	github.com/${PORTNAME}/${PORTNAME}/cmd/peco
 PLIST_FILES=	bin/peco
 


More information about the svn-ports-all mailing list