aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-08-31 02:40:46 +0800
committerpetef <petef@FreeBSD.org>2001-08-31 02:40:46 +0800
commit66c40e06b372f0c01bc4efcc528139763000ebea (patch)
tree1d2006f913fd3e5a4ecf5606e2d8813864884285
parentbde85ef917e05bc9d7c2362f2f1de76eb0cc4766 (diff)
downloadfreebsd-ports-gnome-66c40e06b372f0c01bc4efcc528139763000ebea.tar.gz
freebsd-ports-gnome-66c40e06b372f0c01bc4efcc528139763000ebea.tar.zst
freebsd-ports-gnome-66c40e06b372f0c01bc4efcc528139763000ebea.zip
Fix typo: WRKSC -> WRKSRC
Submitted by: Herbert <herbert@bugat.at>
-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>