diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-02-16 06:37:33 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-02-16 06:37:33 +0000 |
commit | 3b10898f8c9936832607dbd51c3c7b26f7589a45 (patch) | |
tree | 4e8aeb8fcfaa7919bc2af083d5cf9065c94a832d /graphics/xsvg | |
parent | Add graphics/xsvg, X11 SVG viewer (diff) |
- Add missing plist file
Diffstat (limited to 'graphics/xsvg')
-rw-r--r-- | graphics/xsvg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/xsvg/Makefile b/graphics/xsvg/Makefile index bf10c6cf636d..dbe4ed158663 100644 --- a/graphics/xsvg/Makefile +++ b/graphics/xsvg/Makefile @@ -20,6 +20,7 @@ USE_GETOPT_LONG=yes USE_XLIB= yes PLIST_FILES= bin/xsvg +MAN1= xsvg.1 .include <bsd.port.pre.mk> |