mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- support staging
This commit is contained in:
parent
c671b4b16f
commit
988e0924dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330895
@ -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
|
||||
|
12
devel/libvc/pkg-plist
Normal file
12
devel/libvc/pkg-plist
Normal file
@ -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%%
|
Loading…
Reference in New Issue
Block a user