Fix build error

PR:		28408
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Ying-Chieh Liao 2001-07-07 12:54:28 +00:00
parent 793164f706
commit 16a1f893c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44870
4 changed files with 36 additions and 2 deletions

View file

@ -30,6 +30,9 @@ MAN1= xfig.1
INSTALL_TARGET= install install.all
.endif
post-extract:
@${CP} ${WRKSRC}/Doc/xfig.man ${WRKSRC}
pre-fetch:
.if !defined(WITHOUT_GHOSTSCRIPT)
@${ECHO_MSG} "To build this port without Ghostscript support,"

View file

@ -1,5 +1,5 @@
--- Imakefile.orig Wed May 30 03:32:11 2001
+++ Imakefile Tue Jun 5 22:59:37 2001
+++ Imakefile Tue Jun 26 00:25:33 2001
@@ -47,8 +47,8 @@
#ifdef USEJPEG
@ -70,3 +70,17 @@
I18N_SRC = w_i18n.c
I18N_OBJ = w_i18n.o
#endif
@@ -237,11 +237,13 @@
$(HAVE_NO_STRCASECMP) \
$(NEED_STRERROR)
+/*
#ifdef InstallManPage
#undef InstallManPage
#endif
#define InstallManPage(file,dest) @@\
InstallManPageLong(Doc/file,dest,file)
+*/
#ifdef USESMALLICONS
DUSESMALLICONS = -DUSE_SMALL_ICONS

View file

@ -30,6 +30,9 @@ MAN1= xfig.1
INSTALL_TARGET= install install.all
.endif
post-extract:
@${CP} ${WRKSRC}/Doc/xfig.man ${WRKSRC}
pre-fetch:
.if !defined(WITHOUT_GHOSTSCRIPT)
@${ECHO_MSG} "To build this port without Ghostscript support,"

View file

@ -1,5 +1,5 @@
--- Imakefile.orig Wed May 30 03:32:11 2001
+++ Imakefile Tue Jun 5 22:59:37 2001
+++ Imakefile Tue Jun 26 00:25:33 2001
@@ -47,8 +47,8 @@
#ifdef USEJPEG
@ -70,3 +70,17 @@
I18N_SRC = w_i18n.c
I18N_OBJ = w_i18n.o
#endif
@@ -237,11 +237,13 @@
$(HAVE_NO_STRCASECMP) \
$(NEED_STRERROR)
+/*
#ifdef InstallManPage
#undef InstallManPage
#endif
#define InstallManPage(file,dest) @@\
InstallManPageLong(Doc/file,dest,file)
+*/
#ifdef USESMALLICONS
DUSESMALLICONS = -DUSE_SMALL_ICONS