mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f623b41dc2
* Moved install path of data files from lib/ to share/ * Modified patches to support CC/CFLAGS properly PR: 15534 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
9 lines
310 B
Plaintext
9 lines
310 B
Plaintext
--- unix/startup.h.orig Wed Jul 16 01:02:34 1997
|
|
+++ unix/startup.h Fri Dec 17 05:36:20 1999
|
|
@@ -24,4 +24,4 @@
|
|
-- Use cvs log to obtain detailed change logs.
|
|
*/
|
|
|
|
-"MAKESTARTUP := $(ROOTDIR)/usr/local/lib/dmake/startup/startup.mk",
|
|
+"MAKESTARTUP := $(ROOTDIR)%%PREFIX%%/share/dmake/startup/startup.mk",
|