git: 69ea297a6467 - main - audio/adplay: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 13:40:03 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=69ea297a64673d97fe9e006b9cad2426ce2f39f9 commit 69ea297a64673d97fe9e006b9cad2426ce2f39f9 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-01-23 13:39:57 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-01-23 13:39:57 +0000 audio/adplay: Move man pages to share/man --- audio/adplay/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/audio/adplay/Makefile b/audio/adplay/Makefile index 29cc12270a64..8b2964a8dc3a 100644 --- a/audio/adplay/Makefile +++ b/audio/adplay/Makefile @@ -1,7 +1,7 @@ PORTNAME= adplay -PORTVERSION= 1.8.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 +DISTVERSION= 1.8.1 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org @@ -21,12 +21,13 @@ GH_ACCOUNT= adplug GH_PROJECT= ${PORTNAME}-unix GH_TUPLE= adplug:database:${DBVERSION}:database/database-${DBVERSION} -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sharedstatedir=${DATADIR} +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +CONFIGURE_ARGS+= --sharedstatedir=${DATADIR} PLIST_FILES= ${DATADIR}/adplug/adplug.db \ bin/adplay \ - man/man1/adplay.1.gz + share/man/man1/adplay.1.gz OPTIONS_DEFINE= ALSA SDL