1
0
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:
Edwin Groothuis 2005-12-04 10:37:24 +00:00
parent ee235447de
commit 679954341d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150358
4 changed files with 4 additions and 6 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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

View File

@ -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