Date: Tue, 4 Jun 2019 11:56:57 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503467 - head/editors/vim-tiny Message-ID: <201906041156.x54Buvhm022122@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906041156.x54Buvhm022122>