diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 16:19:02 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 16:36:25 +0000 |
commit | 5afc7f5e7738201f5a02f4a2d977d8ea8a601d79 (patch) | |
tree | d755615c9ea3ccbd32421a082ba89bac17e84a08 | |
parent | 21cfedc2392ffb17055f8a04e1302d74acb80775 (diff) |
x11-clocks/wmfishtime: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | x11-clocks/wmfishtime/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-clocks/wmfishtime/Makefile b/x11-clocks/wmfishtime/Makefile index bf1c7a21cd7f..5d11f315daf2 100644 --- a/x11-clocks/wmfishtime/Makefile +++ b/x11-clocks/wmfishtime/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmfishtime PORTVERSION= 1.24 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ \ http://www.sourcefiles.org/Toys/Clocks/ @@ -18,7 +18,7 @@ USE_XORG= x11 MAKE_ARGS= CFLAGS="${CPPFLAGS} ${CFLAGS} -Wall" \ LDFLAGS="${LDFLAGS}" -PLIST_FILES= bin/wmfishtime man/man1/wmfishtime.1.gz +PLIST_FILES= bin/wmfishtime share/man/man1/wmfishtime.1.gz CPPFLAGS+= $$(pkg-config --cflags gdk-x11-2.0 x11) LDFLAGS+= $$(pkg-config --libs gdk-x11-2.0 x11) -lm @@ -28,6 +28,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmfishtime ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/wmfishtime.1 ${STAGEDIR}${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/wmfishtime.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include <bsd.port.mk> |