From owner-cvs-ports@FreeBSD.ORG Sat Dec 6 18:37:46 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0FA916A4CE; Sat, 6 Dec 2003 18:37:46 -0800 (PST) Received: from i231239.ap.plala.or.jp (i231239.ap.plala.or.jp [218.47.231.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B18743FE5; Sat, 6 Dec 2003 18:37:45 -0800 (PST) (envelope-from sf@FreeBSD.org) Date: Sun, 07 Dec 2003 11:37:42 +0900 Message-ID: <86he0de4jt.wl@gray.plala.or.jp> From: FUJISHIMA Satsuki To: Joe Marcus Clarke In-Reply-To: <200312070105.hB715c9j087559@repoman.freebsd.org> References: <200312070105.hB715c9j087559@repoman.freebsd.org> Mail-Followup-To: Joe Marcus Clarke , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio Makefile ports/audio/madplay Makefile distinfo pkg-descr pkg-plist ports/audio/madplay/files patch-configure X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 02:37:46 -0000 please install madtime as it used to be. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/madplay/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 7 Dec 2003 01:05:38 -0000 1.1 +++ Makefile 7 Dec 2003 02:33:13 -0000 @@ -24,6 +24,7 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +ALL_TARGET= all madtime MAN1= abxtest.1 madplay.1 @@ -35,5 +36,8 @@ .else CONFIGURE_ARGS+= --without-esd .endif + +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/madtime ${PREFIX}/bin .include Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/audio/madplay/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 7 Dec 2003 01:05:38 -0000 1.1 +++ pkg-plist 7 Dec 2003 02:33:13 -0000 @@ -1,5 +1,6 @@ bin/abxtest bin/madplay +bin/madtime share/locale/en/LC_MESSAGES/madplay.mo share/locale/es/LC_MESSAGES/madplay.mo share/locale/fr/LC_MESSAGES/madplay.mo