games/xdesktopwaves: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
b4b9f5b59f
commit
94fac258fa
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= xdesktopwaves
|
||||
PORTVERSION= 1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/
|
||||
|
@ -15,6 +16,6 @@ USES= xorg
|
|||
USE_XORG= x11 xext
|
||||
|
||||
PLIST_FILES= bin/xdesktopwaves \
|
||||
man/man1/xdesktopwaves.1.gz
|
||||
share/man/man1/xdesktopwaves.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
-BINDIR = /usr/X11R6/bin
|
||||
-MAN1DIR = /usr/X11R6/man/man1
|
||||
+BINDIR = $(LOCALBASE)/bin
|
||||
+MAN1DIR = $(LOCALBASE)/man/man1
|
||||
+MAN1DIR = $(LOCALBASE)/share/man/man1
|
||||
INSTALL = install
|
||||
RM = rm -f -v
|
||||
|
||||
|
|
Loading…
Reference in a new issue