diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-05-16 11:19:29 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-05-16 11:19:29 +0000 |
commit | 369d36282d03eacfbfc1f5fa88ef2cc72b02080c (patch) | |
tree | b0fe8f5349ebfee53d24165d5bcbc0f97821fe63 /devel/libvc/Makefile | |
parent | c109d236035d692e3abd215e7ac283679ba270e3 (diff) |
Notes
Diffstat (limited to 'devel/libvc/Makefile')
-rw-r--r-- | devel/libvc/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/devel/libvc/Makefile b/devel/libvc/Makefile index 1aa7e171cfdb..df23ef60d6ba 100644 --- a/devel/libvc/Makefile +++ b/devel/libvc/Makefile @@ -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> |