mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
x11-toolkits/xwallpaper: moved manpages to share/man
Set GNU_CONFIGURE_MANPREFIX and fix plist Fix formatting to make linters happy
This commit is contained in:
parent
5abb4eb89f
commit
a1f3f24ff3
1 changed files with 10 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= xwallpaper
|
PORTNAME= xwallpaper
|
||||||
DISTVERSION= 0.7.4
|
DISTVERSION= 0.7.4
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
MASTER_SITES= https://github.com/stoeckmann/xwallpaper/releases/download/v${DISTVERSION}/
|
MASTER_SITES= https://github.com/stoeckmann/xwallpaper/releases/download/v${DISTVERSION}/
|
||||||
|
|
||||||
|
@ -15,12 +15,13 @@ LIB_DEPENDS= libpixman-1.so:x11/pixman \
|
||||||
libxcb-image.so:x11/xcb-util-image \
|
libxcb-image.so:x11/xcb-util-image \
|
||||||
libxcb-util.so:x11/xcb-util
|
libxcb-util.so:x11/xcb-util
|
||||||
|
|
||||||
USES= autoreconf jpeg pkgconfig xorg tar:xz
|
USES= autoreconf jpeg pkgconfig tar:xz xorg
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
||||||
PLIST_FILES= bin/xwallpaper \
|
PLIST_FILES= bin/xwallpaper \
|
||||||
man/man1/xwallpaper.1.gz \
|
share/man/man1/xwallpaper.1.gz \
|
||||||
share/zsh/site-functions/_xwallpaper
|
share/zsh/site-functions/_xwallpaper
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue