From owner-svn-ports-head@FreeBSD.ORG Tue Feb 12 13:09:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1D40D889; Tue, 12 Feb 2013 13:09:50 +0000 (UTC) (envelope-from miwi.freebsd@gmail.com) Received: from mail-da0-f42.google.com (mail-da0-f42.google.com [209.85.210.42]) by mx1.freebsd.org (Postfix) with ESMTP id D6A42E1B; Tue, 12 Feb 2013 13:09:49 +0000 (UTC) Received: by mail-da0-f42.google.com with SMTP id z17so22844dal.1 for ; Tue, 12 Feb 2013 05:09:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=fTrdbFkGMJcMUug7Yv+Vr7vG+ViO5uYpvg4s+3/bvHQ=; b=xRHmqGR+JbLAXfzw4B0YvQC7BIwz0h0C5LvJduaIyBE8JXA9JCrjlpOTBbTKRTuEQt Lyl6reN7eP8stb3ut4zcHGBNUMgSWc1Sqzi8pHmjZ5uHJ1KltXbKLTs1rJRHkVtd3ffq VPoiMDZtz5LG8vtEWQ61GSRZYcsvX3bkJOWZJKtvVGOkrNFu1tqTkQX8bazjn5sjdY6I vjxnwGT8VmiW6zp6IxlL1GqNmN2b0bEsUL+QeKZrx2Se0ZvIOuFoTF0W/PcoQ0+VBJwD mYIqB4n3h8nmwp0G+Y5JeUUznhraciLmlxxW2ruqVPX0Cr/3gU/sLfI2pLO3n5G4Ye9d MhvA== X-Received: by 10.66.73.164 with SMTP id m4mr52475363pav.12.1360674589113; Tue, 12 Feb 2013 05:09:49 -0800 (PST) Received: from [192.168.0.105] ([60.51.103.185]) by mx.google.com with ESMTPS id w2sm69517915pax.22.2013.02.12.05.09.42 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 Feb 2013 05:09:47 -0800 (PST) Sender: Martin Wilke Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: svn commit: r312091 - in head/audio: . gtmixer From: Martin Wilke In-Reply-To: <201302121306.49361.makc@freebsd.org> Date: Tue, 12 Feb 2013 21:09:38 +0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201302121005.r1CA5iJj080078@svn.freebsd.org> <201302121306.49361.makc@freebsd.org> To: Max Brazhnikov X-Mailer: Apple Mail (2.1499) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, vagner@bsdway.ru, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2013 13:09:50 -0000 Just fixed. +-----------------oOO--(_)--OOo-------------------------+ With best Regards, Martin Wilke (miwi_(at)_FreeBSD.org) Mess with the Best, Die like the Rest On Feb 12, 2013, at 9:06 PM, Max Brazhnikov wrote: > On Tue, 12 Feb 2013 10:05:44 +0000 (UTC)Tue Feb 12 10:05:43 2013, = Martin Wilke wrote: >> +do-install: >> + @${MKDIR} ${PREFIX}/share/gtmixer >> + @${CP} -r ${WRKSRC}/icons ${PREFIX}/share/gtmixer/ >> + @${INSTALL_MAN} ${WRKSRC}/gtmixer.1 ${MAN1PREFIX}/man/man1 >> + >> +.include >=20 >=20 >> Added: head/audio/gtmixer/pkg-plist >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/audio/gtmixer/pkg-plist Tue Feb 12 10:05:43 2013 = (r312091) >> @@ -0,0 +1,10 @@ >> +%%DATADIR%%/icons/tray/1.png >> +%%DATADIR%%/icons/tray/2.png >> +%%DATADIR%%/icons/tray/273.png >> +%%DATADIR%%/icons/tray/275.png >> +%%DATADIR%%/icons/tray/3.png >> +%%DATADIR%%/icons/tray/430.png >> +%%DATADIR%%/icons/tray/431.png >> +@dirrmtry %%DATADIR%%/icons/tray >> +@dirrmtry %%DATADIR%%/icons >> +@dirrmtry %%DATADIR%% >=20 > This is really odd - the port doesn't install any binary?! >=20 > Max