mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
- Update WWW and master site - use USE_TCL and USE_TK Submitted by: Ports fury PR: ports/92611
31 lines
1 KiB
Text
31 lines
1 KiB
Text
--- Makefile.in.orig Mon Nov 21 22:35:37 2005
|
|
+++ Makefile.in Wed Feb 1 02:58:02 2006
|
|
@@ -238,8 +238,8 @@
|
|
tmpdir = /tmp
|
|
|
|
# Directories for app-defaults file and manual page
|
|
-appdefaultsdir = $(datadir)/$(PACKAGE)-$(VERSION)/app-defaults
|
|
-appmandir = $(datadir)/$(PACKAGE)-$(VERSION)/man
|
|
+appdefaultsdir = $(libdir)/X11/app-defaults
|
|
+appmandir = $(prefix)/man/man1
|
|
PATHNAMES = -DPROG_VERSION=$(VERSION) \
|
|
-DPROG_REVISION=$(REVISION) \
|
|
-DCAD_DIR=\"$(prefix)\" \
|
|
@@ -266,7 +266,7 @@
|
|
INCLUDES = -IXw ${INC_SPECS}
|
|
|
|
# Library directory and files
|
|
-librarydir = $(datadir)/$(PACKAGE)-$(VERSION)
|
|
+librarydir = $(libdir)/X11/$(PACKAGE)
|
|
USER_RC_FILE = .xcircuitrc
|
|
PROLOGUE_FILE = xcircps2.pro
|
|
LGF_LIB = lgf.lps
|
|
@@ -793,7 +793,7 @@
|
|
$(RM) lib/xcircuit${SHDLIB_EXT}
|
|
$(CC) ${CFLAGS} ${SHLIB_CFLAGS} -o $@ ${LDDL_FLAGS} xcwrap.o \
|
|
${xcircuit_OBJECTS} ${xcircuit_LDADD} ${LDFLAGS} \
|
|
- ${X_EXTRA_LIBS} ${EXTRA_LIBS} -lc ${LIBS} ${EXTRA_LIB_SPECS} \
|
|
+ ${X_EXTRA_LIBS} ${EXTRA_LIBS} ${LIBS} ${EXTRA_LIB_SPECS} \
|
|
${SHLIB_LIB_SPECS}
|
|
|
|
xcircexec$(EXEEXT): xcircexec.o
|