fix manpage error: does not have manpage.

This port is still broken.
This commit is contained in:
FUJISHIMA Satsuki 2001-09-21 16:08:19 +00:00
parent 1a5189c956
commit f03b51fefe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48042

View file

@ -1,31 +1,23 @@
*** source/Imakefile.orig Tue Sep 19 02:22:29 1995 --- source/Imakefile.orig Tue Sep 19 16:22:29 1995
--- source/Imakefile Fri Mar 6 22:03:52 1998 +++ source/Imakefile Sat Sep 22 01:04:55 2001
*************** @@ -17,18 +17,17 @@
*** 17,29 ****
OBJS = $(SRCS:.c=.o) OBJS = $(SRCS:.c=.o)
! CC = gcc -O - CC = gcc -O
CDEBUGFLAGS = CDEBUGFLAGS =
EXTRA_INCLUDES = -I../include EXTRA_INCLUDES = -I../include
# #
# Change next line to the location of the libsx library # Change next line to the location of the libsx library
# #
! EXTRA_LOAD_FLAGS = -L/users/math/martenl/projects/lib -EXTRA_LOAD_FLAGS = -L/users/math/martenl/projects/lib
LOCAL_LIBRARIES = -lfreq -lsx -lm XawClientLibs +EXTRA_LOAD_FLAGS = -L$(X11BASE)
DEPLIBS = XawClientDepLibs LOCAL_LIBRARIES = -lfreq -lsx -lm XawClientLibs
DEPLIBS = XawClientDepLibs
--- 17,29 ---- PROGRAMS = femlab
OBJS = $(SRCS:.c=.o) -ComplexProgramTarget($(PROGRAMS))
+ComplexProgramTargetNoMan($(PROGRAMS))
! CC = gcc -O $(CFLAGS) DependTarget()
CDEBUGFLAGS =
EXTRA_INCLUDES = -I../include
#
# Change next line to the location of the libsx library
#
! EXTRA_LOAD_FLAGS = -L$(X11BASE)
LOCAL_LIBRARIES = -lfreq -lsx -lm XawClientLibs
DEPLIBS = XawClientDepLibs