mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
* Upgrade to 002.
* Install portdocs.
This commit is contained in:
parent
c109d23603
commit
369d36282d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81090
3 changed files with 17 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libvc
|
||||
PORTVERSION= 001
|
||||
PORTVERSION= 002
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= rolo
|
||||
|
@ -20,4 +20,12 @@ GNU_CONFIGURE= yes
|
|||
|
||||
MAN3= vc.3
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for DOC in AUTHORS ChangeLog NEWS README THANKS doc/rfc2426.txt
|
||||
@${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libvc-001.tar.bz2) = b9f6e548f217841d29931e55ad5f17d6
|
||||
MD5 (libvc-002.tar.bz2) = 213e4a8cdf1e2adb7d28293c7cb7f62b
|
||||
|
|
|
@ -1,2 +1,9 @@
|
|||
lib/libvc.a
|
||||
include/vc.h
|
||||
%%PORTDOCS%%share/doc/libvc/AUTHORS
|
||||
%%PORTDOCS%%share/doc/libvc/ChangeLog
|
||||
%%PORTDOCS%%share/doc/libvc/NEWS
|
||||
%%PORTDOCS%%share/doc/libvc/README
|
||||
%%PORTDOCS%%share/doc/libvc/THANKS
|
||||
%%PORTDOCS%%share/doc/libvc/rfc2426.txt
|
||||
%%PORTDOCS%%@dirrm share/doc/libvc
|
||||
|
|
Loading…
Add table
Reference in a new issue