diff options
author | asami <asami@FreeBSD.org> | 1996-12-06 20:21:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-06 20:21:49 +0800 |
commit | 4b04ef54563e09d6a5aeaf459c0dc51b553e290a (patch) | |
tree | a4b9334e7462efd6dc4120f4ff0cf9f690298cbb /japanese | |
parent | fffbaf16b95411fc3fcf0a48c34ff07d8ad921e6 (diff) | |
download | freebsd-ports-gnome-4b04ef54563e09d6a5aeaf459c0dc51b553e290a.tar.gz freebsd-ports-gnome-4b04ef54563e09d6a5aeaf459c0dc51b553e290a.tar.zst freebsd-ports-gnome-4b04ef54563e09d6a5aeaf459c0dc51b553e290a.zip |
Make sure this groff calls the accompanying grotty (${PREFIX}/bin/grotty),
regardless of the user's $PATH.
Diffstat (limited to 'japanese')
-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> |