mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
15 lines
386 B
Plaintext
15 lines
386 B
Plaintext
--- Makefile.orig Sun Aug 16 22:34:14 1992
|
|
+++ Makefile Wed Feb 5 00:03:39 1997
|
|
@@ -5,9 +5,9 @@
|
|
# COVERPAGE -- the absolute path and name of coverpage PS file
|
|
# -- default is current directory
|
|
|
|
-CFONT=./
|
|
+CFONT=${PREFIX}/share/chinese/gb/
|
|
|
|
-COVERPAGE=./cover.ps
|
|
+COVERPAGE=${PREFIX}/share/chinese/cover.ps
|
|
|
|
CFLAGS = -DCFONT=\"${CFONT}\" -DCOVERPAGE=\"${COVERPAGE}\"
|
|
|