Date: Fri, 21 Apr 2000 11:59:19 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/18134: Update port: audio/mp3info Message-ID: <200004211859.LAA26383@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 18134 >Category: ports >Synopsis: Update port: audio/mp3info >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 21 12:00:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Support CXXFLAGS properly >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/mp3info/Makefile audio/mp3info/Makefile --- /usr/ports/audio/mp3info/Makefile Sun Apr 9 15:42:37 2000 +++ audio/mp3info/Makefile Sat Apr 22 03:40:56 2000 @@ -5,28 +5,24 @@ # $FreeBSD: ports/audio/mp3info/Makefile,v 1.7 2000/04/08 21:24:02 mharo Exp $ # -PORTNAME= mp3info -PORTVERSION= 0.2.16 -CATEGORIES= audio -MASTER_SITES= ftp://bimbo.hive.no/pub/mp3info/ \ - ${MASTER_SITE_SUNSITE} +PORTNAME= mp3info +PORTVERSION= 0.2.16 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + ftp://bimbo.hive.no/pub/mp3info/ MASTER_SITE_SUBDIR= apps/sound/editors -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CFLAGS}" +GNU_CONFIGURE= yes -MAN1= mp3info.1 +MAN1= mp3info.1 -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${PREFIX}/bin - @ ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1 +post-install: .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/mp3info -.for file in ChangeLog README - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mp3info -.endfor + @${MKDIR} ${PREFIX}/share/doc/mp3info + ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/mp3info + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mp3info .endif .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004211859.LAA26383>