diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-08 20:54:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-08 20:54:33 +0000 |
commit | ec5e0fa9f3b29c6ae16d1e81c504508f7e271658 (patch) | |
tree | 204f403da6672ab138b56ed2ac1506d907c7c46b /japanese/vflib/Makefile | |
parent | a606d0fcd04a2deec527964341ecc2931100578e (diff) |
Add two patches.
Submitted by: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
Notes
Notes:
svn path=/head/; revision=4345
Diffstat (limited to 'japanese/vflib/Makefile')
-rw-r--r-- | japanese/vflib/Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile index 30c73b7096b8..be3be4428857 100644 --- a/japanese/vflib/Makefile +++ b/japanese/vflib/Makefile @@ -3,19 +3,30 @@ # Date created: 10 May 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1996/11/02 12:09:35 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/02 17:04:08 max Exp $ # DISTNAME= VFlib-2.22 PKGNAME= jp-vflib-2.22 CATEGORIES+= japanese print MASTER_SITES= ftp://gull.se.hiroshima-u.ac.jp/pub/VFlib/ -DISTFILES= VFlib-2.22.tar.gz watanabe-vf.tar.Z +DISTFILES= VFlib-2.22.tar.gz watanabe-vf.tar.Z \ + VFlib-2.22-PATCH-1 VFlib-2.22-PATCH-2 MAINTAINER= mita@jp.FreeBSD.org EXTRACT_ONLY= VFlib-2.22.tar.gz +post-patch: + (cd ${WRKSRC}; \ + uudecode ${DISTDIR}/VFlib-2.22-PATCH-1 ; \ + cd tools ; \ + tar xzf ../ktestdiff.tar.gz ; \ + ${PATCH} -s < Imakefile.diff ; \ + ${PATCH} -s < ktest.diff ; \ + cd ../src ; \ + ${PATCH} -s < ${DISTDIR}/VFlib-2.22-PATCH-2 ) + do-build: @(cd ${WRKSRC}/src; make) @(cd ${WRKSRC}/tools; xmkmf; make) |