diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 08:01:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 08:01:28 +0000 |
commit | 365e1a66d77717e0159848643eb039df4b26d1fd (patch) | |
tree | d5ba7a784382c8ba40465a586e852d76a1aca425 /chinese | |
parent | bf72e49f123b00faf95262810bdd34745504b542 (diff) | |
download | ports-365e1a66d77717e0159848643eb039df4b26d1fd.tar.gz ports-365e1a66d77717e0159848643eb039df4b26d1fd.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/celvis/Makefile | 9 | ||||
-rw-r--r-- | chinese/celvis/pkg-plist | 1 |
2 files changed, 4 insertions, 6 deletions
diff --git a/chinese/celvis/Makefile b/chinese/celvis/Makefile index 6cb74650c471..86ac90c061a6 100644 --- a/chinese/celvis/Makefile +++ b/chinese/celvis/Makefile @@ -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> diff --git a/chinese/celvis/pkg-plist b/chinese/celvis/pkg-plist index dac90a84475e..ea799f035bb2 100644 --- a/chinese/celvis/pkg-plist +++ b/chinese/celvis/pkg-plist @@ -1,3 +1,4 @@ bin/celvis bin/cvi bin/virec +man/man1/celvis.1.gz |