svn commit: r327925 - head/devel/tradcpp

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 23 06:12:17 UTC 2013


Author: bapt
Date: Mon Sep 23 06:12:17 2013
New Revision: 327925
URL: http://svnweb.freebsd.org/changeset/ports/327925

Log:
  Fix after stage conversion

Modified:
  head/devel/tradcpp/Makefile

Modified: head/devel/tradcpp/Makefile
==============================================================================
--- head/devel/tradcpp/Makefile	Mon Sep 23 06:11:19 2013	(r327924)
+++ head/devel/tradcpp/Makefile	Mon Sep 23 06:12:17 2013	(r327925)
@@ -10,7 +10,7 @@ COMMENT=	Traditional (K&R-style) C prepr
 
 LICENSE=	BSD
 
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/${PORTNAME}.1.gz
 
 MAKE_ARGS=	BINDIR=${PREFIX}/bin MANDIR=${MANPREFIX}/man/man


More information about the svn-ports-all mailing list