Finish rename from Ziff to Rifen

This commit is contained in:
Jaidyn Ann 2020-06-18 02:11:31 -05:00
parent 4927c2cffc
commit ddb78008cc
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
## architecture of Haiku. ## architecture of Haiku.
# The name of the binary. # The name of the binary.
NAME = Ziff NAME = Rifen
# The type of binary, must be one of: # The type of binary, must be one of:
# APP: Application # APP: Application
@ -15,7 +15,7 @@ NAME = Ziff
TYPE = APP TYPE = APP
# If you plan to use localization, specify the application's MIME signature. # If you plan to use localization, specify the application's MIME signature.
APP_MIME_SIG = application/x-vnd.Ziff APP_MIME_SIG = application/x-vnd.Rifen
# The following lines tell Pe and Eddie where the SRCS, RDEFS, and RSRCS are # The following lines tell Pe and Eddie where the SRCS, RDEFS, and RSRCS are
# so that Pe and Eddie can fill them in for you. # so that Pe and Eddie can fill them in for you.
@ -32,7 +32,7 @@ SRCS = \
src/Channel.cpp, \ src/Channel.cpp, \
src/Fetch.cpp, \ src/Fetch.cpp, \
src/Parse.cpp, \ src/Parse.cpp, \
src/Ziff.cpp src/Rifen.cpp
# Specify the resource definition files to use. Full or relative paths can be # Specify the resource definition files to use. Full or relative paths can be
# used. # used.