mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
astro/wmglobe: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
ee1dad29eb
commit
b55d7ad75c
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= wmglobe
|
PORTNAME= wmglobe
|
||||||
PORTVERSION= 1.3
|
PORTVERSION= 1.3
|
||||||
PORTREVISION= 11
|
PORTREVISION= 12
|
||||||
CATEGORIES= astro windowmaker geography
|
CATEGORIES= astro windowmaker geography
|
||||||
MASTER_SITES= https://www.dockapps.net/download/
|
MASTER_SITES= https://www.dockapps.net/download/
|
||||||
|
|
||||||
|
@ -19,6 +19,6 @@ USE_XORG= x11 xext xpm
|
||||||
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
||||||
|
|
||||||
PLIST_FILES= bin/wmglobe \
|
PLIST_FILES= bin/wmglobe \
|
||||||
man/man1/wmglobe.1.gz
|
share/man/man1/wmglobe.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -28,4 +28,4 @@
|
||||||
- install wmglobe /usr/local/bin
|
- install wmglobe /usr/local/bin
|
||||||
- install wmglobe.1 /usr/local/man/man1
|
- install wmglobe.1 /usr/local/man/man1
|
||||||
+ ${BSD_INSTALL_PROGRAM} wmglobe ${PREFIX}/bin
|
+ ${BSD_INSTALL_PROGRAM} wmglobe ${PREFIX}/bin
|
||||||
+ ${BSD_INSTALL_MAN} wmglobe.1 ${PREFIX}/man/man1
|
+ ${BSD_INSTALL_MAN} wmglobe.1 ${PREFIX}/share/man/man1
|
||||||
|
|
Loading…
Add table
Reference in a new issue