Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 16:01:39 +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: r330895 - head/devel/libvc
Message-ID:  <201310191601.r9JG1drS033030@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Sat Oct 19 16:01:39 2013
New Revision: 330895
URL: http://svnweb.freebsd.org/changeset/ports/330895

Log:
  - support staging

Added:
  head/devel/libvc/pkg-plist   (contents, props changed)
Modified:
  head/devel/libvc/Makefile   (contents, props changed)

Modified: head/devel/libvc/Makefile
==============================================================================
--- head/devel/libvc/Makefile	Sat Oct 19 15:58:31 2013	(r330894)
+++ head/devel/libvc/Makefile	Sat Oct 19 16:01:39 2013	(r330895)
@@ -16,21 +16,13 @@ USES=		bison
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-MAN3=		vc.3
-PLIST_FILES=	lib/libvc.a \
-		lib/libvc.so \
-		lib/libvc.so.0 \
-		include/vc.h
-PORTDOCS=	*
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for DOC in AUTHORS ChangeLog NEWS README THANKS doc/rfc2426.txt
-	${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 	@${RM} -f ${PREFIX}/lib/libvc.la

Added: head/devel/libvc/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libvc/pkg-plist	Sat Oct 19 16:01:39 2013	(r330895)
@@ -0,0 +1,12 @@
+include/vc.h
+lib/libvc.a
+lib/libvc.so
+lib/libvc.so.0
+man/man3/vc.3.gz
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/THANKS
+%%PORTDOCS%%%%DOCSDIR%%/rfc2426.txt
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%



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