diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-06 12:21:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-06 12:21:49 +0000 |
commit | 94f03940d33700365aff0fce88f6ea3bfd6dce7d (patch) | |
tree | 2fd2b2b1eecf2f362c8c8e767330dd3796bd88c6 /japanese/groff | |
parent | ac9bd038a2fd32bbe2f2530b1c6b637f5aabc3c4 (diff) |
Make sure this groff calls the accompanying grotty (${PREFIX}/bin/grotty),
regardless of the user's $PATH.
Notes
Notes:
svn path=/head/; revision=4831
Diffstat (limited to 'japanese/groff')
-rw-r--r-- | japanese/groff/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
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 <nobu@psrc.isac.co.jp> # -# $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 <bsd.port.mk> |