aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-11 16:53:44 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-11 16:53:44 +0000
commit7b85b686ee660b1b5e5ceeb5a6c7b9cef3bae2ba (patch)
treefcced31c72840886a6d6a0f34a3554ffe11dc971 /japanese
parent6f2e67040ef3ea58205dd0754325a8f3f37f801c (diff)
downloadports-7b85b686ee660b1b5e5ceeb5a6c7b9cef3bae2ba.tar.gz
ports-7b85b686ee660b1b5e5ceeb5a6c7b9cef3bae2ba.zip
Remove superfluous linefeeds and fix some other minor whitespace bugs.
Notes
Notes: svn path=/head/; revision=458755
Diffstat (limited to 'japanese')
-rw-r--r--japanese/kana-no-quiz/Makefile3
-rw-r--r--japanese/today/files/Makefile2
2 files changed, 1 insertions, 4 deletions
diff --git a/japanese/kana-no-quiz/Makefile b/japanese/kana-no-quiz/Makefile
index 8536a80abb83..ffa154270c9a 100644
--- a/japanese/kana-no-quiz/Makefile
+++ b/japanese/kana-no-quiz/Makefile
@@ -1,4 +1,4 @@
-# Created by: Nicola Vitale <nivit@email.it>
+# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$
PORTNAME= kana-no-quiz
@@ -18,7 +18,6 @@ RUN_DEPENDS= ${PYGAME}
NO_BUILD= yes
NO_ARCH= yes
-
USES= gettext python:2.7 tar:bzip2
USE_GNOME= pygtk2:run
USE_PYTHON= distutils autoplist
diff --git a/japanese/today/files/Makefile b/japanese/today/files/Makefile
index baded60dba24..8f0150633a33 100644
--- a/japanese/today/files/Makefile
+++ b/japanese/today/files/Makefile
@@ -19,7 +19,6 @@ OBJSC1 = config.o getfile.o getsb.o kyureki2.o \
misc2.o rdcalend.o schedule2.o
OBJS_CAL = calendar.o $(OBJSC1)
-
all: today calendar dayinfo
install: today calendar dayinfo
@@ -44,7 +43,6 @@ dayinfo: dayinfo.c
clean:
rm -f *.o core dayinfo calendar today
-
birthday.o: birthday.c $(HFILES)
calendar.o: calendar.c $(HFILES) $(OBJSC1)
$(CC) $(CFLAGS) -DINCLUDE_CALENDAR -c -o $@ calendar.c