mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11/gtk-theme-switch2: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
2cc10a9f79
commit
7d7b58d4bd
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= gtk-theme-switch
|
PORTNAME= gtk-theme-switch
|
||||||
DISTVERSION= 2.0.0rc2
|
DISTVERSION= 2.0.0rc2
|
||||||
PORTREVISION= 7
|
PORTREVISION= 8
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
MASTER_SITES= http://www.muhri.net/
|
MASTER_SITES= http://www.muhri.net/
|
||||||
|
|
||||||
|
@ -12,6 +12,6 @@ USES= gmake gnome pkgconfig xorg
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
USE_GNOME= gtk20
|
USE_GNOME= gtk20
|
||||||
|
|
||||||
PLIST_FILES= bin/switch2 man/man1/switch2.1.gz
|
PLIST_FILES= bin/switch2 share/man/man1/switch2.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
+ mkdir -p $(DESTDIR)${PREFIX}/bin
|
+ mkdir -p $(DESTDIR)${PREFIX}/bin
|
||||||
+ mkdir -p $(DESTDIR)${PREFIX}/man
|
+ mkdir -p $(DESTDIR)${PREFIX}/man
|
||||||
+ install -c -m 555 switch2 $(DESTDIR)${PREFIX}/bin
|
+ install -c -m 555 switch2 $(DESTDIR)${PREFIX}/bin
|
||||||
+ install -c -m 444 switch.1 $(DESTDIR)${PREFIX}/man/man1/switch2.1
|
+ install -c -m 444 switch.1 $(DESTDIR)${PREFIX}/share/man/man1/switch2.1
|
||||||
|
|
||||||
dist: clean
|
dist: clean
|
||||||
rm -rf /tmp/gtk-theme-switch-$(VERSION)
|
rm -rf /tmp/gtk-theme-switch-$(VERSION)
|
||||||
|
|
Loading…
Add table
Reference in a new issue