svn commit: r503467 - head/editors/vim-tiny

Adam Weinberger adamw at FreeBSD.org
Tue Jun 4 11:56:59 UTC 2019


Author: adamw
Date: Tue Jun  4 11:56:57 2019
New Revision: 503467
URL: https://svnweb.freebsd.org/changeset/ports/503467

Log:
  Point the vim-tiny plist specifically at ${.CURDIR}
  
  It works fine in poudriere without it, but isn't necessarily correct
  elsewhere.
  
  Submitted by:	mat

Modified:
  head/editors/vim-tiny/Makefile

Modified: head/editors/vim-tiny/Makefile
==============================================================================
--- head/editors/vim-tiny/Makefile	Tue Jun  4 10:27:18 2019	(r503466)
+++ head/editors/vim-tiny/Makefile	Tue Jun  4 11:56:57 2019	(r503467)
@@ -11,7 +11,7 @@ TINY=		yes
 MASTERDIR=	${.CURDIR}/../vim
 
 PORTDATA=	# Not for -tiny
-PLIST=		pkg-plist
+PLIST=		${.CURDIR}/pkg-plist
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/vim ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-all mailing list