diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-07-30 20:11:14 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-07-30 20:11:14 +0000 |
commit | 764453078a72ab2e3eedb6eb708263136e27b018 (patch) | |
tree | 5693bf90ddc47190288a09cc8d8aefd435e3a125 /math/py-matplotlib | |
parent | Fix LIB_DEPENDS (diff) |
Fix typo in previous commit
Notes
Notes:
svn path=/head/; revision=258512
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 6ea2f80cb9de..f2fa8c801b12 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -103,7 +103,7 @@ PLIST_SUB+= WXAGGBACKEND="@comment " EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} post-extract: - ${CHMOD} -R ga+r ${WORKDIR} + ${CHMOD} -R ga+r ${WRKDIR} # bsd.tcl.mk doesn't set TK_VER, so we use TCL_VER instead post-patch: |