diff options
author | agc <agc> | 1999-12-16 14:34:10 +0000 |
---|---|---|
committer | agc <agc> | 1999-12-16 14:34:10 +0000 |
commit | 95b2964d85f72669138fd12df6d4bb5caf6e97b2 (patch) | |
tree | b451d8989da796994be092b8ee090628db12fde5 /print/lgrind/Makefile | |
parent | 5e1acaa6571605251d5cfda7d6a0b6f07cef6e21 (diff) | |
download | pkgsrc-95b2964d85f72669138fd12df6d4bb5caf6e97b2.tar.gz |
Use 3 lines of context, but protect the RCS Id in a different way, in
patch-aa, and use a pre-patch step in the package Makefile to substitute
for RCS keywords. Regenerate patch file checksum.
Diffstat (limited to 'print/lgrind/Makefile')
-rw-r--r-- | print/lgrind/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index 29a70ce19c5..42236d1d5e8 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/11/19 17:15:12 jwise Exp $ +# $NetBSD: Makefile,v 1.8 1999/12/16 14:34:10 agc Exp $ DISTNAME= lgrind PKGNAME= lgrind-3.5 @@ -15,6 +15,10 @@ MIRROR_DISTFILE=no WRKSRC= ${WRKDIR}/lgrind/source NO_CONFIGURE= yes +pre-patch: + ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile-prepatch + ${SED} -e '/Id/s|\$$||g' ${WRKSRC}/Makefile-prepatch > ${WRKSRC}/Makefile + pre-build: (cd ${WRKSRC}/.. ; ${PREFIX}/bin/latex lgrind.ins) (cd ${WRKSRC}/.. ; ${PREFIX}/bin/latex lgrind.dtx) |