mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Support staging
This commit is contained in:
parent
bf72e49f12
commit
365e1a66d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345172
@ -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>
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/celvis
|
||||
bin/cvi
|
||||
bin/virec
|
||||
man/man1/celvis.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user