summaryrefslogtreecommitdiff
path: root/textproc/pspell
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-08-30 18:40:46 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-08-30 18:40:46 +0000
commit583b017fa5ca8b622222771a52b3eb41e0b18e1f (patch)
tree6371b0917a5ed14c612e27675ee3c65597d5d119 /textproc/pspell
parento compile with optimize flags. (diff)
Fix typo: WRKSC -> WRKSRC
Submitted by: Herbert <herbert@bugat.at>
Notes
Notes: svn path=/head/; revision=47168
Diffstat (limited to 'textproc/pspell')
-rw-r--r--textproc/pspell/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pspell/Makefile b/textproc/pspell/Makefile
index 30a39d3c5e86..5933ccf2d031 100644
--- a/textproc/pspell/Makefile
+++ b/textproc/pspell/Makefile
@@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-doc-dir=${PREFIX}/share/doc/pspell
INSTALLS_SHLIB= yes
post-patch:
- @${PERL} -pi -e 's,\@INSTALL\@,install,' ${WRKSC}/libltdl/Makefile.in \
+ @${PERL} -pi -e 's,\@INSTALL\@,install,' ${WRKSRC}/libltdl/Makefile.in \
${WRKSRC}/modules/Makefile.in
.include <bsd.port.mk>