Index: head/audio/cutmp3/Makefile =================================================================== --- head/audio/cutmp3/Makefile (revision 545752) +++ head/audio/cutmp3/Makefile (revision 545753) @@ -1,32 +1,32 @@ # Created by: Dennis Herrmann # $FreeBSD$ PORTNAME= cutmp3 PORTVERSION= 3.0.1 PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.puchalla-online.de/ \ http://mirror.mcx2.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Small and fast command line MP3 editor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 readline PLIST_FILES= bin/cutmp3 man/man1/cutmp3.1.gz PORTDOCS= README README.timetable USAGE OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/audio/cutmp3/pkg-descr =================================================================== --- head/audio/cutmp3/pkg-descr (revision 545752) +++ head/audio/cutmp3/pkg-descr (revision 545753) @@ -1,8 +1,8 @@ cutmp3 is a small and fast command line MP3 editor. It lets you select sections of an MP3 interactively or via a timetable and save them to separate files without quality loss. It uses mpg123 for playback and works with VBR files and even with files bigger than 2GB. Other features are configurable silence seeking and ID3 tag seeking, which are useful for concatenated mp3s. -WWW: http://www.puchalla-online.de/cutmp3.html +WWW: https://www.puchalla-online.de/cutmp3.html