diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-18 12:56:18 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-18 12:56:18 +0000 |
commit | e4f130de14c9808eda8b4d8ce6bf6ee34e34a16a (patch) | |
tree | 51f5e42b907a4e2c93a65137f42fda328d29355f /audio/umodplayer/Makefile | |
parent | 612f6589b5d5cfea841c7372f6d9d77baa7c5c6c (diff) |
- Update to B5.1
Notes
Notes:
svn path=/head/; revision=173318
Diffstat (limited to 'audio/umodplayer/Makefile')
-rw-r--r-- | audio/umodplayer/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/umodplayer/Makefile b/audio/umodplayer/Makefile index 31aa3595ff66..2dc9f219fb44 100644 --- a/audio/umodplayer/Makefile +++ b/audio/umodplayer/Makefile @@ -6,8 +6,8 @@ # PORTNAME= umodplayer -PORTVERSION= 0.b4 -DISTVERSION= B4 +PORTVERSION= 0.b5.1 +DISTVERSION= B5.1 CATEGORIES= audio MASTER_SITES= SF DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -21,11 +21,13 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libaiff.a:${PORTSDIR}/audio/libaiff GNU_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} +MAN1= ${PORTNAME}.1 post-patch: @${REINPLACE_CMD} -e 's/CFLAGS =/CFLAGS +=/' ${WRKSRC}/${MAKEFILE}.in do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/ .include <bsd.port.mk> |