aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2014-04-10 23:00:58 +0800
committernaddy <naddy@FreeBSD.org>2014-04-10 23:00:58 +0800
commit44606c69b4c56e2d091f1185f1af1d9d3a4f0f01 (patch)
treede2a648fc37cb55a46398252251abe8bf5960090 /audio
parent2832e3e8afb61fadadb9ceaf7e3462267c7789c9 (diff)
downloadfreebsd-ports-gnome-44606c69b4c56e2d091f1185f1af1d9d3a4f0f01.tar.gz
freebsd-ports-gnome-44606c69b4c56e2d091f1185f1af1d9d3a4f0f01.tar.zst
freebsd-ports-gnome-44606c69b4c56e2d091f1185f1af1d9d3a4f0f01.zip
Oops, fix man page after stage conversion.
Notified by: swills
Diffstat (limited to 'audio')
-rw-r--r--audio/wmalbum/Makefile8
-rw-r--r--audio/xmms-curses/Makefile8
-rw-r--r--audio/xmms-curses/pkg-plist1
3 files changed, 8 insertions, 9 deletions
diff --git a/audio/wmalbum/Makefile b/audio/wmalbum/Makefile
index 7723b2704219..b9e18c7d9596 100644
--- a/audio/wmalbum/Makefile
+++ b/audio/wmalbum/Makefile
@@ -3,12 +3,12 @@
PORTNAME= wmalbum
PORTVERSION= 0.1.5
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio windowmaker
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= lx@redundancy.redundancy.org
-COMMENT= A dockapp to display album covers for xmms
+COMMENT= Dockapp to display album covers for XMMS
LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms \
libgdk_pixbuf_xlib.so:${PORTSDIR}/graphics/gdk-pixbuf
@@ -16,8 +16,8 @@ LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms \
GNU_CONFIGURE= yes
USE_CSTD= gnu89
-MAN1= wmalbum.1
-PLIST_FILES= bin/wmalbum
+PLIST_FILES= bin/wmalbum \
+ man/man1/wmalbum.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmalbum/wmalbum ${STAGEDIR}${PREFIX}/bin
diff --git a/audio/xmms-curses/Makefile b/audio/xmms-curses/Makefile
index 7e4729c11f06..ebb86e33afa1 100644
--- a/audio/xmms-curses/Makefile
+++ b/audio/xmms-curses/Makefile
@@ -3,12 +3,12 @@
PORTNAME= xmms-curses
PORTVERSION= 0.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= itetcu@FreeBSD.org
-COMMENT= A ncurses program for (remote) controlling multimedia/xmms
+COMMENT= Ncurses program for (remote) controlling multimedia/xmms
BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
@@ -18,14 +18,12 @@ USES= gettext iconv
USE_GNOME= gtk12
USE_XORG= x11 xau xcb xdmcp xext xi
-MAN1= ${PORTNAME}.1
-
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} -lncurses `xmms-config --cflags --libs` -o xmms-curses *.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmms-curses ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${STAGEDIR}${MAN1PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/xmms-curses.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf \
${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
diff --git a/audio/xmms-curses/pkg-plist b/audio/xmms-curses/pkg-plist
index 661d0bd9ffd7..3676162b3ecc 100644
--- a/audio/xmms-curses/pkg-plist
+++ b/audio/xmms-curses/pkg-plist
@@ -1,4 +1,5 @@
bin/xmms-curses
+man/man1/xmms-curses.1.gz
@unexec if cmp -s %D/etc/xmms-curses.conf.sample %D/etc/xmms-curses.conf; then rm -f %D/etc/xmms-curses.conf; fi
etc/xmms-curses.conf.sample
@exec if [ ! %D/etc/xmms-curses.conf ] ; then cp -p %D/%F %D/etc/xmms-curses.conf; fi