diff options
author | petef <petef@FreeBSD.org> | 2001-08-31 02:40:46 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-08-31 02:40:46 +0800 |
commit | 66c40e06b372f0c01bc4efcc528139763000ebea (patch) | |
tree | 1d2006f913fd3e5a4ecf5606e2d8813864884285 | |
parent | bde85ef917e05bc9d7c2362f2f1de76eb0cc4766 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |