mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
18 lines
463 B
Plaintext
18 lines
463 B
Plaintext
--- Makefile.orig Mon Aug 17 13:34:14 1992
|
|
+++ Makefile Sun Apr 2 11:40:36 2000
|
|
@@ -5,11 +5,11 @@
|
|
# 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}\"
|
|
+CFLAGS += -DCFONT=\"${CFONT}\" -DCOVERPAGE=\"${COVERPAGE}\"
|
|
|
|
all: gb2ps
|
|
|