summaryrefslogtreecommitdiff
path: root/japanese/today/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-09-19 11:57:56 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-09-19 11:57:56 +0000
commit173073fbec7d6aeeb8a9fc89c67a21c0e281bee0 (patch)
tree0ebcf92ead9b955e0c19ccb487291744908e5bbb /japanese/today/Makefile
parentDisable vfghostscript5 (which is just a repository copy of vfghostscript (diff)
Reorganize the patches to:
- Inhibit multiple patch files to change one file. - Remove PATCH_STRIP definition from the Makefile. - One patch file for each file to be modified.
Notes
Notes: svn path=/head/; revision=7966
Diffstat (limited to 'japanese/today/Makefile')
-rw-r--r--japanese/today/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/today/Makefile b/japanese/today/Makefile
index 4edbab1f44f3..8fd3f34bd3b5 100644
--- a/japanese/today/Makefile
+++ b/japanese/today/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 June 1996
# Whom: ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
#
-# $Id: Makefile,v 1.4 1997/09/14 17:47:20 max Exp $
+# $Id: Makefile,v 1.5 1997/09/14 21:36:10 max Exp $
#
DISTNAME= td210bs
@@ -21,7 +21,6 @@ BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha \
EXTRACT_CMD= lha
EXTRACT_BEFORE_ARGS= xfqw=${WRKDIR}
NO_WRKSUBDIR= yes
-PATCH_STRIP= -p1
post-extract:
@${ECHO_MSG} "===> Extracting tbl file for ${DISTNAME}"
@@ -36,7 +35,6 @@ post-extract:
gengo.tbl hist??.tbl history.tbl holiday.tbl magazin.tbl \
monthly.tbl week.tbl; \
do \
- echo $$i ; \
${SED} 's/.$$//' $$i | nkf -e > $$i.tmp ;\
${MV} -f $$i.tmp $$i ; \
done)