mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Oops, fix man page after stage conversion.
Notified by: swills
This commit is contained in:
parent
4a726a30ec
commit
70cbccd3a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350812
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user