mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Fix master site and add PORTDOCS
PR: 29012 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
b263a81498
commit
08ee564e17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45222
@ -8,7 +8,7 @@
|
||||
PORTNAME= picprog
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.pp.htv.fi/jhyvatti/pic/
|
||||
MASTER_SITES= http://hyvatti.iki.fi/~jaakko/pic/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
@ -18,9 +18,9 @@ MAN1= picprog.1
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/picprog
|
||||
${INSTALL_MAN} ${WRKSRC}/picprog.html ${PREFIX}/share/doc/picprog
|
||||
${INSTALL_MAN} ${WRKSRC}/*.gif ${PREFIX}/share/doc/picprog
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/picprog.html ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.gif ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
bin/picprog
|
||||
share/doc/picprog/anybrowser3.gif
|
||||
share/doc/picprog/jdm84pcb3.gif
|
||||
share/doc/picprog/jdm84new.gif
|
||||
share/doc/picprog/picprog.html
|
||||
@dirrm share/doc/picprog
|
||||
%%PORTDOCS%%share/doc/picprog/anybrowser3.gif
|
||||
%%PORTDOCS%%share/doc/picprog/jdm84pcb3.gif
|
||||
%%PORTDOCS%%share/doc/picprog/jdm84new.gif
|
||||
%%PORTDOCS%%share/doc/picprog/picprog.html
|
||||
%%PORTDOCS%%@dirrm share/doc/picprog
|
||||
|
Loading…
Reference in New Issue
Block a user