diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:15:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:15:31 +0000 |
commit | 2f8452f907f1b068bc95fd10a7975575bdaf0604 (patch) | |
tree | e56f56fd8b99b26947c9ffca652423455c9f1a47 /math/mpexpr | |
parent | Use new framework for fetching from github. (diff) |
cleanup plist
Notes
Notes:
svn path=/head/; revision=375097
Diffstat (limited to 'math/mpexpr')
-rw-r--r-- | math/mpexpr/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/mpexpr/Makefile b/math/mpexpr/Makefile index 505d52afdf26..ed54a389ea1d 100644 --- a/math/mpexpr/Makefile +++ b/math/mpexpr/Makefile @@ -23,7 +23,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ CONFIGURE_ENV+= TCL_INC_DIR=${TCL_INCLUDEDIR} \ TCL_LIB_DIR=${TCL_LIBDIR} -PLIST_DIRS= lib/Mpexpr10 PLIST_FILES= lib/Mpexpr10/libMpexpr10.so \ lib/Mpexpr10/pkgIndex.tcl \ man/mann/mpexpr.n.gz |