- Cosmetic change

- Reformat pkg-descr
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-12-09 14:26:54 +00:00
parent c34e145d0c
commit 4f09ec02ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403392
2 changed files with 4 additions and 5 deletions

View file

@ -5,16 +5,15 @@ PORTVERSION= 0.5.1
CATEGORIES= devel
MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Traditional (K&R-style) C preprocessor
LICENSE= BSD2CLAUSE
MAKE_ARGS= BINDIR=${PREFIX}/bin MANDIR=${MANPREFIX}/man/man
USES= uidfix
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
MAKE_ARGS= BINDIR=${PREFIX}/bin MANDIR=${MANPREFIX}/man/man
.include <bsd.port.mk>

View file

@ -1,4 +1,4 @@
tradcpp is a traditional (K&R-style) preprocessor.
It has the particular property that it doesn't (for the most part)
trash whitespace, so it can be used on makefiles.
It has the particular property that it doesn't (for the most part) trash
whitespace, so it can be used on makefiles.