1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Fix MASTER_SITES

- Utilize NOPORTDOCS

PR:		57892
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2003-10-12 13:13:55 +00:00
parent c5739034a7
commit 952cdae610
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90923
2 changed files with 19 additions and 17 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= gctpc
PORTVERSION= 1.3
CATEGORIES= misc
MASTER_SITES= http://edc.usgs.gov/pub/software/gctpc/
MASTER_SITES= http://edcftp.cr.usgs.gov/pub/software/gctpc/
DISTNAME= gctpc
EXTRACT_SUFX= .tar.Z
@ -29,8 +29,10 @@ do-install:
${MKDIR} ${PREFIX}/include/gctpc
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/gctpc
${INSTALL_DATA} ${FILESDIR}/*.h ${PREFIX}/include/gctpc
${MKDIR} ${PREFIX}/share/doc/gctpc
${INSTALL_MAN} ${WRKSRC}/../doc/* ${PREFIX}/share/doc/gctpc
${INSTALL_MAN} ${WRKSRC}/../README ${PREFIX}/share/doc/gctpc/README.main
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/../doc/* ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/../README ${DOCSDIR}/README.main
.endif
.include <bsd.port.mk>

View File

@ -10,17 +10,17 @@ include/gctpc/untfz.h
lib/libgctpc.a
lib/libgctpc.so
lib/libgctpc.so.1
share/doc/gctpc/README
share/doc/gctpc/README.main
share/doc/gctpc/appendixA.txt
share/doc/gctpc/appendixB.txt
share/doc/gctpc/appendixC.txt
share/doc/gctpc/for_init.ps
share/doc/gctpc/gctp.ps
share/doc/gctpc/inv_init.ps
share/doc/gctpc/overview.ps
share/doc/gctpc/reference.txt
share/doc/gctpc/xxxfor.ps
share/doc/gctpc/xxxinv.ps
@dirrm share/doc/gctpc
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/README.main
%%PORTDOCS%%%%DOCSDIR%%/appendixA.txt
%%PORTDOCS%%%%DOCSDIR%%/appendixB.txt
%%PORTDOCS%%%%DOCSDIR%%/appendixC.txt
%%PORTDOCS%%%%DOCSDIR%%/for_init.ps
%%PORTDOCS%%%%DOCSDIR%%/gctp.ps
%%PORTDOCS%%%%DOCSDIR%%/inv_init.ps
%%PORTDOCS%%%%DOCSDIR%%/overview.ps
%%PORTDOCS%%%%DOCSDIR%%/reference.txt
%%PORTDOCS%%%%DOCSDIR%%/xxxfor.ps
%%PORTDOCS%%%%DOCSDIR%%/xxxinv.ps
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm include/gctpc