Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 2015 14:26:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403392 - head/devel/tradcpp
Message-ID:  <201512091426.tB9EQtRS000320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512091426.tB9EQtRS000320>