diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-08 10:51:37 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-08 10:51:37 +0000 |
commit | 796d01985fa584d29bda5ff74c1c61419698c679 (patch) | |
tree | 45240ff89cb4d6dbeb3ae99aec7ca7e1604e68fc | |
parent | Add example feature for the Graphical Editing Framework. (diff) |
Unhook acroread-*font before actual deletion of each ports.
Notes
Notes:
svn path=/head/; revision=84467
-rw-r--r-- | chinese/Makefile | 2 | ||||
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | korean/Makefile | 1 | ||||
-rw-r--r-- | print/Makefile | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 134984ed661f..cb4f0b8756d9 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -5,8 +5,6 @@ SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server SUBDIR += abiword - SUBDIR += acroread-chsfont - SUBDIR += acroread-chtfont SUBDIR += acroread5-chsfont SUBDIR += acroread5-chtfont SUBDIR += arphicttf diff --git a/japanese/Makefile b/japanese/Makefile index 54311900cb22..fda39c284cd8 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -12,7 +12,6 @@ SUBDIR += Wnn7-lib SUBDIR += a2ps SUBDIR += ack - SUBDIR += acroread-jpnfont SUBDIR += acroread5-jpnfont SUBDIR += addttfont SUBDIR += alias-fonts diff --git a/korean/Makefile b/korean/Makefile index b01f01ec5e27..8310612c3e4e 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -5,7 +5,6 @@ SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server SUBDIR += a2ps - SUBDIR += acroread-korfont SUBDIR += acroread5-korfont SUBDIR += ami SUBDIR += baekmukfonts-bdf diff --git a/print/Makefile b/print/Makefile index 2f82752abd74..717beb0cfc91 100644 --- a/print/Makefile +++ b/print/Makefile @@ -9,7 +9,6 @@ SUBDIR += abntex SUBDIR += acrobatviewer SUBDIR += acroread - SUBDIR += acroread-commfont SUBDIR += acroread5 SUBDIR += acroread5-commfont SUBDIR += adobe-cmaps |