Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2013 03:47:40 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333180 - head/devel/libvc
Message-ID:  <201311080347.rA83leQJ098452@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Fri Nov  8 03:47:39 2013
New Revision: 333180
URL: http://svnweb.freebsd.org/changeset/ports/333180

Log:
  - remove conditional no longer required per staging
  - remove now useless inclusion of bpom

Modified:
  head/devel/libvc/Makefile

Modified: head/devel/libvc/Makefile
==============================================================================
--- head/devel/libvc/Makefile	Fri Nov  8 03:44:06 2013	(r333179)
+++ head/devel/libvc/Makefile	Fri Nov  8 03:47:39 2013	(r333180)
@@ -16,14 +16,10 @@ USES=		bison
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for DOC in AUTHORS ChangeLog NEWS README THANKS doc/rfc2426.txt
 	${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>



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