Date: Sun, 07 Dec 2003 11:37:42 +0900 From: FUJISHIMA Satsuki <sf@FreeBSD.org> To: Joe Marcus Clarke <marcus@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 Message-ID: <86he0de4jt.wl@gray.plala.or.jp> In-Reply-To: <200312070105.hB715c9j087559@repoman.freebsd.org> References: <200312070105.hB715c9j087559@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.post.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86he0de4jt.wl>