diff options
author | obrien <obrien@FreeBSD.org> | 1999-09-22 06:04:45 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-09-22 06:04:45 +0000 |
commit | 95c09d2a02e9f27952d55d1489ef32eb2b7ca7e5 (patch) | |
tree | 79b3ec79f8e009f415db9f5ff6f8f2b35ee89189 /chinese | |
parent | d3a41268dd99d406e9f724c751b8d5cd245257ff (diff) | |
download | FreeBSD-ports-95c09d2a02e9f27952d55d1489ef32eb2b7ca7e5.zip FreeBSD-ports-95c09d2a02e9f27952d55d1489ef32eb2b7ca7e5.tar.gz |
Fix main distsite -- they finally s/PUB/pub/
Use MLINKS over my manual method
Use hard link over symlink for the alternate binary name.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/celvis/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/chinese/celvis/Makefile b/chinese/celvis/Makefile index c8cb58f..c468432 100644 --- a/chinese/celvis/Makefile +++ b/chinese/celvis/Makefile @@ -10,7 +10,7 @@ DISTNAME= celvis PKGNAME= zh-celvis-1.3 CATEGORIES= chinese editors -MASTER_SITES= ftp://ftp.edu.cn/PUB/Chinese/ +MASTER_SITES= ftp://ftp.edu.cn/pub/Chinese/ # # switch to http://www.ifcss.org/ftp-pub/software/unix/editor/celvis-1.3.tar.gz # if the distfile becomes unfetchable again. Note this ver is slightly @@ -19,16 +19,12 @@ MASTER_SITES= ftp://ftp.edu.cn/PUB/Chinese/ MAINTAINER= obrien@FreeBSD.org MAN1= celvis.1 +MLINKS= celvis.1 cvi.1 do-install: @# install target in celvis Makefile is not too good -- this is easier ${INSTALL_PROGRAM} ${WRKSRC}/celvis ${WRKSRC}/virec ${PREFIX}/bin - ${LN} -sf ${PREFIX}/bin/celvis ${PREFIX}/bin/cvi + ${LN} -f ${PREFIX}/bin/celvis ${PREFIX}/bin/cvi ${INSTALL_MAN} ${FILESDIR}/celvis.1 ${PREFIX}/man/man1/celvis.1 -.if !defined{NOMANCOMPRESS} - ${LN} -sf ${PREFIX}/man/man1/celvis.1.gz ${PREFIX}/man/man1/cvi.1.gz -.else - ${LN} -sf ${PREFIX}/man/man1/celvis.1 ${PREFIX}/man/man1/cvi.1 -.endif .include <bsd.port.mk> |