diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-16 10:17:00 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-16 10:17:00 +0000 |
commit | 19f7e5e055cd1c7d67b6846fa922778196216209 (patch) | |
tree | 02594f2901dbac001f774a4adceef5ca7b1c1699 /graphics/vp | |
parent | e6c64ad97f87e4a8006749b6efc737f2b9fcf471 (diff) |
Notes
Diffstat (limited to 'graphics/vp')
-rw-r--r-- | graphics/vp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index 3bad31bbae18..ffc7ff40b788 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -11,10 +11,8 @@ COMMENT= Image viewer for X USE_SDL= image GNU_CONFIGURE= yes -USE_XZ= yes +USES= tar:xz -MAN1= vp.1 -PLIST_FILES= bin/vp +PLIST_FILES= bin/vp man/man1/vp.1.gz -NO_STAGE= yes .include <bsd.port.mk> |