1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11-toolkits/slingshot/files/patch-da
Michael Haro dad06580ea - Fix MASTER_SITES
- Support CFLAGS properly
- Support install macros

PR:		17172
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-01 01:47:00 +00:00

20 lines
374 B
Plaintext

*** include/sspkg/Makefile.orig Sat Oct 23 02:34:35 1993
--- include/sspkg/Makefile Sat Mar 4 05:05:40 2000
***************
*** 13,19 ****
-sccs clean
install: FORCE
! cp $(INCLUDEFILES) $(INSTALL_DIR)/include/sspkg
FORCE:
--- 13,19 ----
-sccs clean
install: FORCE
! ${BSD_INSTALL_DATA} $(INCLUDEFILES) $(INSTALL_DIR)/include/sspkg
FORCE: