diff options
author | naddy <naddy@FreeBSD.org> | 2014-04-10 23:00:58 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2014-04-10 23:00:58 +0800 |
commit | 44606c69b4c56e2d091f1185f1af1d9d3a4f0f01 (patch) | |
tree | de2a648fc37cb55a46398252251abe8bf5960090 /audio/wmalbum | |
parent | 2832e3e8afb61fadadb9ceaf7e3462267c7789c9 (diff) | |
download | freebsd-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/wmalbum')
-rw-r--r-- | audio/wmalbum/Makefile | 8 |
1 files changed, 4 insertions, 4 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 |