1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

misc/unclutter-xfixes: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 21:33:41 +01:00
parent 316f4f389f
commit 306502dc6e
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= unclutter-xfixes
PORTVERSION= 1.6
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= misc
@ -23,7 +24,7 @@ USE_XORG= x11 xi xfixes
CONFLICTS_INSTALL= unclutter-8*
PLIST_FILES= bin/unclutter \
man/man1/unclutter.1.gz
share/man/man1/unclutter.1.gz
MAKE_ARGS= CC=${CC}

View File

@ -10,7 +10,7 @@
-MANDIR = $(PREFIX)/share/man/man1
-LICENSEDIR = $(PREFIX)/share/licenses/$(TARGET)
+BINDIR = /bin
+MANDIR = /man/man1
+MANDIR = /share/man/man1
+LICENSEDIR = /share/licenses/$(TARGET)
CC = gcc