1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

audio/aylet: Move man pages to share/man

This commit is contained in:
Emanuel Haupt 2024-01-23 15:40:27 +01:00
parent 3636c29269
commit 0bad5954d2
2 changed files with 13 additions and 10 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= aylet
PORTVERSION= 0.5
PORTREVISION= 7
DISTVERSION= 0.5
PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= http://www.worldofspectrum.org/pub/sinclair/music/players-unix/ \
LOCAL/ehaupt
@ -17,16 +17,19 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
USES= gettext-runtime pkgconfig
OPTIONS_DEFINE= GUI
OPTIONS_DEFAULT=GUI
OPTIONS_SUB= yes
ALL_TARGET= aylet
PLIST_FILES= %%GUI%%bin/xaylet \
bin/aylet \
share/man/man1/aylet.1.gz
OPTIONS_DEFINE= GUI
OPTIONS_DEFAULT= GUI
OPTIONS_SUB= yes
GUI_USES= gnome
GUI_USE= GNOME=atk,cairo,gdkpixbuf2,glib20,gtk20,pango
ALL_TARGET= aylet
GUI_ALL_TARGET= xaylet
PLIST_FILES= bin/aylet %%GUI%%bin/xaylet man/man1/aylet.1.gz
.include <bsd.port.mk>

View File

@ -25,11 +25,11 @@
+BINDIR=$(DESTDIR)$(PREFIX)/bin
XBINDIR=$(BINDIR)
-MANDIR=$(PREFIX)/man/man1
+MANDIR=$(DESTDIR)$(PREFIX)/man/man1
+MANDIR=$(DESTDIR)$(PREFIX)/share/man/man1
# if you want the X version to be installed in the usual X executables
# directory, uncomment this (altering if necessary):
@@ -37,25 +37,27 @@ MANDIR=$(PREFIX)/man/man1
@@ -37,25 +37,27 @@ XOBJS=main.o sound.o uigtk.o z80.o drv-oss.o drv-obsd.
OBJS=main.o sound.o ui.o z80.o drv-oss.o drv-obsd.o
XOBJS=main.o sound.o uigtk.o z80.o drv-oss.o drv-obsd.o