66c1ce29b5
In the process of staging this port: * Rename patches * Repurpose files/manpages to Makefile.manlinks to handle man page links * Move manpages to pkg-plist * Use PORTDOCS and PORTEXAMPLES (shortens pkg-plist tremendously) * use COPYTREE_ macros instead of tar * General modernization and cleanup
11 lines
239 B
Text
11 lines
239 B
Text
--- include/Makefile.in.orig 1999-12-03 21:49:18 UTC
|
|
+++ include/Makefile.in
|
|
@@ -9,7 +9,7 @@
|
|
install-shared install-static: install
|
|
|
|
install:
|
|
- $(CP) EZ.h $(destincludedir)
|
|
+ $(INSTALL_DATA) EZ.h $(destincludedir)
|
|
|
|
clean realclean:
|
|
|