svn commit: r403392 - head/devel/tradcpp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 9 14:26:56 UTC 2015


Author: sunpoet
Date: Wed Dec  9 14:26:54 2015
New Revision: 403392
URL: https://svnweb.freebsd.org/changeset/ports/403392

Log:
  - Cosmetic change
  - Reformat pkg-descr
  - Take maintainership

Modified:
  head/devel/tradcpp/Makefile
  head/devel/tradcpp/pkg-descr

Modified: head/devel/tradcpp/Makefile
==============================================================================
--- head/devel/tradcpp/Makefile	Wed Dec  9 14:26:50 2015	(r403391)
+++ head/devel/tradcpp/Makefile	Wed Dec  9 14:26:54 2015	(r403392)
@@ -5,16 +5,15 @@ PORTVERSION=	0.5.1
 CATEGORIES=	devel
 MASTER_SITES=	http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at 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>

Modified: head/devel/tradcpp/pkg-descr
==============================================================================
--- head/devel/tradcpp/pkg-descr	Wed Dec  9 14:26:50 2015	(r403391)
+++ head/devel/tradcpp/pkg-descr	Wed Dec  9 14:26:54 2015	(r403392)
@@ -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.


More information about the svn-ports-head mailing list