1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/cad/cider/files/patch-be
Steve Price d38479ecaa * Do not set NO_WRKSUBDIR to yes. Specify WRKSRC.
* Respect CFLAGS.
* Make less use of __FreeBSD__.
* Use more system-defined make variables.

PR:		15746
Submitted by:	maintainer
1999-12-29 21:32:14 +00:00

27 lines
862 B
Plaintext

*** cider/common/lib/makedefs.orig Thu Feb 24 09:11:21 1994
--- cider/common/lib/makedefs Mon Dec 13 11:34:56 1999
***************
*** 1,9 ****
INSTALL_TARGETS = $(CIDER_LIB_DIR)/helpdir/cider.txt \
$(CIDER_LIB_DIR)/helpdir/cider.idx \
$(CIDER_LIB_DIR)/scripts/devaxis \
$(CIDER_LIB_DIR)/scripts/devload
! ALL_INSTALL_DIRS = $(CIDER_LIB_DIR) $(CIDER_LIB_DIR)/helpdir
INSTALL_SPECIAL = directories
--- 1,12 ----
INSTALL_TARGETS = $(CIDER_LIB_DIR)/helpdir/cider.txt \
$(CIDER_LIB_DIR)/helpdir/cider.idx \
+ $(CIDER_LIB_DIR)/helpdir/spice.txt \
+ $(CIDER_LIB_DIR)/helpdir/spice.idx \
$(CIDER_LIB_DIR)/scripts/devaxis \
$(CIDER_LIB_DIR)/scripts/devload
! ALL_INSTALL_DIRS = $(CIDER_LIB_DIR) $(CIDER_LIB_DIR)/helpdir \
! $(CIDER_LIB_DIR)/scripts
INSTALL_SPECIAL = directories