svn commit: r330895 - head/devel/libvc
Jason Helfman
jgh at FreeBSD.org
Sat Oct 19 16:01:40 UTC 2013
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%%
More information about the svn-ports-all
mailing list