diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-02-02 05:53:34 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-02-02 05:53:34 +0000 |
commit | f5a74134ceed3d13d09db38f9a4b694bff511828 (patch) | |
tree | 8fb3a873ee90c4dda8de5e30e29a2e59da05b316 | |
parent | 4.11-RELEASE still suffers from _end problem. (diff) |
Add EXAMPLES_DIR to PLIST_DIRS so it is delete on uninstall.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=127884
-rw-r--r-- | net/pypvm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/pypvm/Makefile b/net/pypvm/Makefile index 123bf2788229..a207121b8ba1 100644 --- a/net/pypvm/Makefile +++ b/net/pypvm/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/pypvm.py \ EXAMPLEFILES= master_test.py \ slave_test.py PLIST_FILES+= ${EXAMPLEFILES:S|^|%%EXAMPLESDIR%%/|} +PLIST_DIRS+= %%EXAMPLESDIR%% .if !defined(NOPORTDOCS) PORTDOCS= ChangeLog \ README |