mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Trim makefile header
- Remove article in COMMENT - Fix build with clang, this is old K&R code (reported by pkg-fallout)
This commit is contained in:
parent
44db6bcb0d
commit
f0ac650bf4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324187
1 changed files with 3 additions and 7 deletions
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: celvis
|
||||
# Date created: Thur Aug 15, 1996
|
||||
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
||||
#
|
||||
# Created by: David O'Brien (obrien@cs.ucdavis.edu)
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= celvis
|
||||
PORTVERSION= 1.3
|
||||
|
@ -13,8 +8,9 @@ MASTER_SITES= http://ftp.ist.utl.pt/pub/ctan/language/chinese/chtex/
|
|||
DISTNAME= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A vi/ex clone that speaks Chinese
|
||||
COMMENT= Vi/ex clone that speaks Chinese
|
||||
|
||||
CFLAGS+= -Wno-error=return-type
|
||||
MAN1= celvis.1
|
||||
MLINKS= celvis.1 cvi.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue