mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
d6991558c7
PR: 18049 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
--- include/Makefile.in.orig Sat Dec 4 06:49:18 1999
|
|
+++ include/Makefile.in Sat Apr 8 18:00:00 2000
|
|
@@ -9,7 +9,7 @@
|
|
install-shared install-static: install
|
|
|
|
install:
|
|
- $(CP) EZ.h $(destincludedir)
|
|
+ $(INSTALL_DATA) EZ.h $(destincludedir)
|
|
|
|
clean realclean:
|
|
|