Index: head/devel/tradcpp/Makefile =================================================================== --- head/devel/tradcpp/Makefile (revision 403391) +++ head/devel/tradcpp/Makefile (revision 403392) @@ -1,20 +1,19 @@ # $FreeBSD$ PORTNAME= tradcpp 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 Index: head/devel/tradcpp/pkg-descr =================================================================== --- head/devel/tradcpp/pkg-descr (revision 403391) +++ head/devel/tradcpp/pkg-descr (revision 403392) @@ -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.