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/libdmx | |
parent | 7b9110d87c22c27df1baa93f8cb4cf30e205efc7 (diff) | |
download | ports-47be7a61c97731aa5fe34c56767ad5e10bb5c5d2.tar.gz ports-47be7a61c97731aa5fe34c56767ad5e10bb5c5d2.zip |
Notes
Diffstat (limited to 'x11/libdmx')
-rw-r--r-- | x11/libdmx/Makefile | 19 | ||||
-rw-r--r-- | x11/libdmx/pkg-plist | 17 |
2 files changed, 17 insertions, 19 deletions
diff --git a/x11/libdmx/Makefile b/x11/libdmx/Makefile index 5ffb20b91cca..2c209dd92580 100644 --- a/x11/libdmx/Makefile +++ b/x11/libdmx/Makefile @@ -11,23 +11,4 @@ COMMENT= DMX extension library XORG_CAT= lib USE_XORG= x11 xext xextproto dmxproto:both -MAN3= DMX.3 \ - DMXAddInput.3 \ - DMXAddScreen.3 \ - DMXChangeDesktopAttributes.3 \ - DMXChangeScreensAttributes.3 \ - DMXForceWindowCreation.3 \ - DMXGetDesktopAttributes.3 \ - DMXGetInputAttributes.3 \ - DMXGetInputCount.3 \ - DMXGetScreenAttributes.3 \ - DMXGetScreenCount.3 \ - DMXGetWindowAttributes.3 \ - DMXQueryExtension.3 \ - DMXQueryVersion.3 \ - DMXRemoveInput.3 \ - DMXRemoveScreen.3 \ - DMXSync.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/libdmx/pkg-plist b/x11/libdmx/pkg-plist index 933f89e9c78f..f6cbd3319195 100644 --- a/x11/libdmx/pkg-plist +++ b/x11/libdmx/pkg-plist @@ -4,4 +4,21 @@ lib/libdmx.la lib/libdmx.so lib/libdmx.so.1 libdata/pkgconfig/dmx.pc +man/man3/DMX.3.gz +man/man3/DMXAddInput.3.gz +man/man3/DMXAddScreen.3.gz +man/man3/DMXChangeDesktopAttributes.3.gz +man/man3/DMXChangeScreensAttributes.3.gz +man/man3/DMXForceWindowCreation.3.gz +man/man3/DMXGetDesktopAttributes.3.gz +man/man3/DMXGetInputAttributes.3.gz +man/man3/DMXGetInputCount.3.gz +man/man3/DMXGetScreenAttributes.3.gz +man/man3/DMXGetScreenCount.3.gz +man/man3/DMXGetWindowAttributes.3.gz +man/man3/DMXQueryExtension.3.gz +man/man3/DMXQueryVersion.3.gz +man/man3/DMXRemoveInput.3.gz +man/man3/DMXRemoveScreen.3.gz +man/man3/DMXSync.3.gz @dirrmtry include/X11/extensions |