1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-20 08:01:28 +00:00
parent bf72e49f12
commit 365e1a66d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345172
2 changed files with 4 additions and 6 deletions

View File

@ -11,14 +11,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Vi/ex clone that speaks Chinese
CFLAGS+= -Wno-error=return-type
MAN1= celvis.1
MLINKS= celvis.1 cvi.1
NO_STAGE= yes
do-install:
@# install target in celvis Makefile is not too good -- this is easier
${INSTALL_PROGRAM} ${WRKSRC}/celvis ${WRKSRC}/virec ${PREFIX}/bin
${LN} -f ${PREFIX}/bin/celvis ${PREFIX}/bin/cvi
${INSTALL_MAN} ${FILESDIR}/celvis.1 ${PREFIX}/man/man1/celvis.1
${INSTALL_PROGRAM} ${WRKSRC}/celvis ${WRKSRC}/virec ${STAGEDIR}${PREFIX}/bin
${LN} -s celvis ${STAGEDIR}${PREFIX}/bin/cvi
${INSTALL_MAN} ${FILESDIR}/celvis.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1,3 +1,4 @@
bin/celvis
bin/cvi
bin/virec
man/man1/celvis.1.gz