1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.

/usr/bin/perl -> ${PERL}

PR:		23436
Submitted by:	myself
This commit is contained in:
FUJISHIMA Satsuki 2000-12-30 18:30:19 +00:00
parent d951b2afdb
commit 8c8f40c0b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36468
3 changed files with 27 additions and 9 deletions

View File

@ -20,9 +20,8 @@ RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray
USE_IMAKE= yes
USE_GMAKE= yes
NO_INSTALL_MANPAGES= yes
post-patch:
@/usr/bin/perl -pi -e "s|\@LOCALBASE\@|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h
${PERL} -pi -e "s|\@LOCALBASE\@|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
--- src/Imakefile.orig Tue Feb 10 04:41:01 1998
+++ src/Imakefile Tue Feb 17 08:39:41 1998
--- src/Imakefile.orig Mon Feb 23 12:40:53 1998
+++ src/Imakefile Wed Nov 1 10:01:38 2000
@@ -9,8 +9,8 @@
XCOMM * * * No need to edit below here * * *
@ -11,8 +11,8 @@
XFHELPDIR = $(XFLIBDIR)/help
SRCS = $(TOP)/build_pages.c \
@@ -46,8 +46,8 @@
$(TOP)/../help/Templates \
@@ -49,12 +49,12 @@
$(TOP)/../help/Config_File \
$(TOP)/../help/help_topics
-EXTRA_LIBRARIES = -L$(XFORMS_LIBDIR) ../flx/libflx.a -lforms -lm
@ -22,3 +22,8 @@
EXTRA_DEFINES = -DHELP_DIR=\"$(XFHELPDIR)\"
LDLIBS = $(EXTRA_LIBRARIES) $(XLIB)
-ComplexProgramTarget(xfpovray)
+ComplexProgramTargetNoMan(xfpovray)
InstallMultipleDestFlags(install,$(XFHELP),$(XFHELPDIR),$(INSTDATFLAGS))
clean::

View File

@ -1,6 +1,15 @@
--- flx/Imakefile.orig Tue Feb 10 04:42:39 1998
+++ flx/Imakefile Tue Feb 17 08:44:05 1998
@@ -49,7 +49,7 @@
--- flx/Imakefile.orig Sat Feb 21 10:03:08 1998
+++ flx/Imakefile Wed Nov 1 20:58:23 2000
@@ -11,7 +11,7 @@
XCOMM * * * No need to edit below here * * *
SOREV = 0.1
-LIBNAME = libflx.so.$(SOREV)
+LIBNAME = libflx.a
@@ -51,12 +51,10 @@
-I$(TOP)/flx_show_dialog \
-I$(TOP)/flx_util
@ -9,3 +18,8 @@
EXTRA_INCLUDES = -I$(XFORMS_INCDIR) $(INCS)
EXTRA_DEFINES =
LDLIBS = $(EXTRA_LIBRARIES) $(XLIB)
-
-ComplexProgramTarget($(LIBNAME))
NormalLibraryObjectRule()
NormalLibraryTarget(flx,$(OBJS))