1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/editors/vim-tiny/Makefile
Adam Weinberger ef48d9bf24 Point the vim-tiny plist specifically at ${.CURDIR}
It works fine in poudriere without it, but isn't necessarily correct
elsewhere.

Submitted by:	mat
2019-06-04 11:56:57 +00:00

21 lines
467 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -tiny
COMMENT= Improved version of the vi editor (vim binary only)
CONFLICTS_INSTALL= vim vim-console
TINY= yes
MASTERDIR= ${.CURDIR}/../vim
PORTDATA= # Not for -tiny
PLIST= ${.CURDIR}/pkg-plist
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/vim ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/runtime/doc/vim.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include "${MASTERDIR}/Makefile"