diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2010-07-31 04:11:14 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2010-07-31 04:11:14 +0800 |
commit | 5abd3bdd49379ed5114a4e4ce2fce2b465677d33 (patch) | |
tree | b9f0534e8d831a06a03d666ca5aa83ccc26e7d2d | |
parent | c4057a9676310c45322902c2a712bfa08f0722e6 (diff) | |
download | freebsd-ports-gnome-5abd3bdd49379ed5114a4e4ce2fce2b465677d33.tar.gz freebsd-ports-gnome-5abd3bdd49379ed5114a4e4ce2fce2b465677d33.tar.zst freebsd-ports-gnome-5abd3bdd49379ed5114a4e4ce2fce2b465677d33.zip |
Fix typo in previous commit
-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: |