diff options
author | petef <petef@FreeBSD.org> | 2003-05-16 03:15:12 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-16 03:15:12 +0000 |
commit | 338af85e35ff8dac4c1b61ed412ce515c04e6e6b (patch) | |
tree | a2b37f176d5c47d4081291eea77d71287b1d718b /audio/wmusic | |
parent | d7ffc58746c91b1d93ea1550aed0ab2eb935519a (diff) | |
download | FreeBSD-ports-338af85e35ff8dac4c1b61ed412ce515c04e6e6b.zip FreeBSD-ports-338af85e35ff8dac4c1b61ed412ce515c04e6e6b.tar.gz |
Update to 1.4.11.
PR: 52045
Submitted by: Ports Fury
Diffstat (limited to 'audio/wmusic')
-rw-r--r-- | audio/wmusic/Makefile | 9 | ||||
-rw-r--r-- | audio/wmusic/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile index ee780f9..dacfe52 100644 --- a/audio/wmusic/Makefile +++ b/audio/wmusic/Makefile @@ -6,12 +6,13 @@ # PORTNAME= wmusic -PORTVERSION= 1.4.10 +PORTVERSION= 1.4.11 CATEGORIES= audio windowmaker MASTER_SITES= http://home.jtan.com/~john/wmusic/downloads/ +EXTRACT_SUFX= -src.tar.gz MAINTAINER= ports@FreeBSD.org -COMMENT= Remote control for xmms +COMMENT= A remote control dockapp for xmms BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms @@ -23,11 +24,11 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PATH_GTKCONFIG=${GTK_CONFIG} -pre-build: - cd ${WRKSRC} && make clean +MAN1= wmusic.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/wmusic ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/debian/wmusic.1 ${MANPREFIX}/man/man1 .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} diff --git a/audio/wmusic/distinfo b/audio/wmusic/distinfo index 0ee0975..1554d85 100644 --- a/audio/wmusic/distinfo +++ b/audio/wmusic/distinfo @@ -1 +1 @@ -MD5 (wmusic-1.4.10.tar.gz) = 2c29ba3c5a04ad0f8f79e56e7a7e165b +MD5 (wmusic-1.4.11-src.tar.gz) = 234aa3e15e356b96f566e2eee0bea7f9 |