diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-12-16 11:11:09 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-12-16 11:11:09 +0000 |
commit | 47be7a61c97731aa5fe34c56767ad5e10bb5c5d2 (patch) | |
tree | 2df88f8b6e2af92b78ac24eb382268b7c290efab /x11/xdriinfo | |
parent | 7b9110d87c22c27df1baa93f8cb4cf30e205efc7 (diff) | |
download | ports-47be7a61c97731aa5fe34c56767ad5e10bb5c5d2.tar.gz ports-47be7a61c97731aa5fe34c56767ad5e10bb5c5d2.zip |
Notes
Diffstat (limited to 'x11/xdriinfo')
-rw-r--r-- | x11/xdriinfo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xdriinfo/Makefile b/x11/xdriinfo/Makefile index 11134e0e0923..f792875841fc 100644 --- a/x11/xdriinfo/Makefile +++ b/x11/xdriinfo/Makefile @@ -11,8 +11,6 @@ USE_GL= gl XORG_CAT= app USE_XORG= x11 glproto -MAN1= xdriinfo.1 -PLIST_FILES= bin/xdriinfo +PLIST_FILES= bin/xdriinfo man/man1/xdriinfo.1.gz -NO_STAGE= yes .include <bsd.port.mk> |