mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Use INFO macro
This commit is contained in:
parent
ee235447de
commit
679954341d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150358
@ -37,6 +37,7 @@ CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
|
||||
--with-vflib=${LOCALBASE}/lib
|
||||
|
||||
MAN1= gnuplot.1 lasergnu.1
|
||||
INFO= gnuplot
|
||||
|
||||
WRKSRC= ${WRKDIR}/gnuplot-3.7.1
|
||||
GP_DOCS= ${WRKSRC}/Copyright.plus \
|
||||
|
@ -1,9 +1,6 @@
|
||||
bin/lasergnu
|
||||
bin/gnuplot
|
||||
bin/gnuplot_x11
|
||||
@unexec install-info --delete %D/info/gnuplot.info %D/info/dir
|
||||
info/gnuplot.info
|
||||
@exec install-info %D/info/gnuplot.info %D/info/dir
|
||||
share/gnuplot.gih
|
||||
share/doc/gnuplot+/Copyright.plus
|
||||
share/doc/gnuplot+/History.plus
|
||||
|
@ -30,6 +30,9 @@ INSTALL_TARGET= install-bin
|
||||
.endif
|
||||
|
||||
MAN1= gri.1 gri_merge.1 gri_unpage.1
|
||||
.if !defined(NOPORTDOCS)
|
||||
INFO= gri
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${RM} -f ${WRKSRC}/doc/*.info* ${WRKSRC}/doc/info
|
||||
|
@ -7,9 +7,6 @@ bin/gri-%%PORTVERSION%%
|
||||
%%DATADIR%%/%%PORTVERSION%%/logo.dat
|
||||
@dirrm %%DATADIR%%/%%PORTVERSION%%
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@unexec install-info --delete %D/info/gri.info %D/info/dir
|
||||
%%PORTDOCS%%info/gri.info
|
||||
%%PORTDOCS%%@exec install-info %D/info/gri.info %D/info/dir
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/AboutGriMode.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/Acknowledgments.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/AdjustingCharacterPosition.html
|
||||
|
Loading…
Reference in New Issue
Block a user