diff options
Diffstat (limited to 'audio/pianobar')
-rw-r--r-- | audio/pianobar/Makefile | 4 | ||||
-rw-r--r-- | audio/pianobar/files/patch-Makefile | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/audio/pianobar/Makefile b/audio/pianobar/Makefile index bdc96d86834c..7bbec789cae4 100644 --- a/audio/pianobar/Makefile +++ b/audio/pianobar/Makefile @@ -1,6 +1,6 @@ PORTNAME= pianobar PORTVERSION= 2022.04.01 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= jhixson@FreeBSD.org @@ -21,7 +21,7 @@ MAKE_ENV+= V=1 USES= alias gmake localbase pkgconfig tar:bzip2 PLIST_FILES= bin/pianobar \ - man/man1/pianobar.1.gz + share/man/man1/pianobar.1.gz USE_GITHUB= yes GH_ACCOUNT= PromyLOPh diff --git a/audio/pianobar/files/patch-Makefile b/audio/pianobar/files/patch-Makefile deleted file mode 100644 index d3ab3eb76534..000000000000 --- a/audio/pianobar/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2016-06-02 06:49:26 UTC -+++ Makefile -@@ -4,7 +4,7 @@ PREFIX:=/usr/local - BINDIR:=${PREFIX}/bin - LIBDIR:=${PREFIX}/lib - INCDIR:=${PREFIX}/include --MANDIR:=${PREFIX}/share/man -+MANDIR:=${PREFIX}/man - DYNLINK:=0 - CFLAGS?=-O2 -DNDEBUG - |