diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-08 13:56:16 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-08 13:56:16 +0000 |
commit | e0099386160c80059b42c96de52eb054399b2802 (patch) | |
tree | b993fa8aa41e1a372e379f2d4e1432b4c218a968 /textproc/sary | |
parent | 5f2987fec410f21777630a07bf256404e73516f4 (diff) |
Fix sary-config.
Notes
Notes:
svn path=/head/; revision=67639
Diffstat (limited to 'textproc/sary')
-rw-r--r-- | textproc/sary/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sary/Makefile b/textproc/sary/Makefile index 8de9085a6f6b..098f3b3d9bef 100644 --- a/textproc/sary/Makefile +++ b/textproc/sary/Makefile @@ -24,7 +24,7 @@ MAN1= sary.1 mksary.1 post-patch: ${REINPLACE_CMD} -e 's,glib-config,${GLIB_CONFIG},g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure ${WRKSRC}/sary-config.in .if !defined(NOPORTDOCS) ${FIND} ${WRKSRC}/docs -type f -name 'Makefile.in' | \ ${XARGS} ${REINPLACE_CMD} \ |