From 94f03940d33700365aff0fce88f6ea3bfd6dce7d Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 6 Dec 1996 12:21:49 +0000 Subject: Make sure this groff calls the accompanying grotty (${PREFIX}/bin/grotty), regardless of the user's $PATH. --- japanese/groff/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'japanese') diff --git a/japanese/groff/Makefile b/japanese/groff/Makefile index 7f4f4c0f0351..a3c375c5e7a4 100644 --- a/japanese/groff/Makefile +++ b/japanese/groff/Makefile @@ -3,7 +3,7 @@ # Date created: 14 April 1995 # Whom: Nobuhiro Yasutomi # -# $Id: Makefile,v 1.6 1996/03/31 23:25:11 asami Exp $ +# $Id: Makefile,v 1.7 1996/11/18 10:23:47 asami Exp $ # DISTNAME= groff-1.10 @@ -21,4 +21,12 @@ PATCH_DIST_STRIP= -p1 USE_GMAKE= yes GNU_CONFIGURE= yes +DNDP= ${WRKSRC}/devnippon/DESC.proto + +#for not writing "/usr/local" explicitly in the patch +post-patch: + /bin/mv -f ${DNDP} ${DNDP}.tmp + /usr/bin/sed -e '$$d' ${DNDP}.tmp > ${DNDP} + /bin/echo "postpro ${PREFIX}/bin/grotty" >> ${DNDP} + .include -- cgit v1.2.3