Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
28 lines
831 B
Text
28 lines
831 B
Text
--- Imakefile.orig 1999-05-29 15:48:17 UTC
|
|
+++ Imakefile
|
|
@@ -31,7 +31,7 @@ XCOMM
|
|
|
|
#include "include/wm_version.h"
|
|
|
|
-WM_LIBVER=WM_LIBVER_MAJOR.WM_LIBVER_MINOR.WM_LIBVER_PL
|
|
+WM_LIBVER=WM_LIBVER_MAJOR.WM_LIBVER_MINOR
|
|
|
|
SRCS = cddb.c cdrom.c cdinfo.c plat_freebsd.c plat_sun.c plat_hpux.c \
|
|
plat_ultrix.c plat_news.c plat_bsd386.c plat_osf1.c plat_linux.c \
|
|
@@ -47,6 +47,7 @@ OBJS = cddb.o cdrom.o cdinfo.o plat_free
|
|
|
|
HEADERS= \
|
|
include/wm_cdda.h \
|
|
+ include/wm_cddb.h \
|
|
include/wm_cdinfo.h \
|
|
include/wm_cdrom.h \
|
|
include/wm_config.h \
|
|
@@ -65,7 +66,7 @@ HEADERS= \
|
|
|
|
#ifdef SHARED_LIBWORKMAN
|
|
SharedLibraryTarget(workman,$(WM_LIBVER),$(OBJS),.,.)
|
|
-InstallSharedLibrary(workman,$(WM_LIBVER),$(LIBDIR))
|
|
+InstallSharedLibrary(workman,$(WM_LIBVER),$(USRLIBDIR))
|
|
#else
|
|
NormalLibraryTarget(workman, $(OBJS))
|
|
#endif
|