diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot+/Makefile | 1 | ||||
-rw-r--r-- | math/gnuplot+/pkg-plist | 3 | ||||
-rw-r--r-- | math/gri/Makefile | 3 | ||||
-rw-r--r-- | math/gri/pkg-plist | 3 |
4 files changed, 4 insertions, 6 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 2f80faea3484..deb69df0b308 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -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 \ diff --git a/math/gnuplot+/pkg-plist b/math/gnuplot+/pkg-plist index 158c4bdb1228..686a1b42a903 100644 --- a/math/gnuplot+/pkg-plist +++ b/math/gnuplot+/pkg-plist @@ -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 diff --git a/math/gri/Makefile b/math/gri/Makefile index fbed58414744..bf821df163f3 100644 --- a/math/gri/Makefile +++ b/math/gri/Makefile @@ -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 diff --git a/math/gri/pkg-plist b/math/gri/pkg-plist index 918c24045c30..8ff909cced01 100644 --- a/math/gri/pkg-plist +++ b/math/gri/pkg-plist @@ -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 |