mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Cosmetic change
- Reformat pkg-descr - Take maintainership
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue