diff options
Diffstat (limited to 'math/gri')
-rw-r--r-- | math/gri/Makefile | 3 | ||||
-rw-r--r-- | math/gri/pkg-plist | 3 |
2 files changed, 3 insertions, 3 deletions
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 |