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/parmetis | |
parent | Use new framework for fetching from github. (diff) |
cleanup plist
Diffstat (limited to 'math/parmetis')
-rw-r--r-- | math/parmetis/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile index b511e031a6a3..8556cfae847e 100644 --- a/math/parmetis/Makefile +++ b/math/parmetis/Makefile @@ -32,9 +32,6 @@ PLIST_FILES= include/parmetis/metis.h \ lib/parmetis/libmetis.a \ lib/parmetis/libparmetis.a \ ${DOCSDIR}/manual.pdf -PLIST_DIRS= include/parmetis \ - lib/parmetis \ - ${DOCSDIR} .include <bsd.port.options.mk> |