diff options
author | petef <petef@FreeBSD.org> | 2001-08-30 18:40:46 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-08-30 18:40:46 +0000 |
commit | 66c40e06b372f0c01bc4efcc528139763000ebea (patch) | |
tree | 1d2006f913fd3e5a4ecf5606e2d8813864884285 /textproc | |
parent | bde85ef917e05bc9d7c2362f2f1de76eb0cc4766 (diff) | |
download | FreeBSD-ports-66c40e06b372f0c01bc4efcc528139763000ebea.zip FreeBSD-ports-66c40e06b372f0c01bc4efcc528139763000ebea.tar.gz |
Fix typo: WRKSC -> WRKSRC
Submitted by: Herbert <herbert@bugat.at>
Diffstat (limited to 'textproc')
-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 30a39d3..5933ccf 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> |