mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d38479ecaa
* Respect CFLAGS. * Make less use of __FreeBSD__. * Use more system-defined make variables. PR: 15746 Submitted by: maintainer
27 lines
862 B
Plaintext
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
|