From owner-svn-ports-all@FreeBSD.ORG Sun Oct 12 13:13:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EAC93A38; Sun, 12 Oct 2014 13:13:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCADE7BE; Sun, 12 Oct 2014 13:13:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9CDDvVx044957; Sun, 12 Oct 2014 13:13:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9CDDvBM044955; Sun, 12 Oct 2014 13:13:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410121313.s9CDDvBM044955@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 12 Oct 2014 13:13:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370698 - head/x11-clocks/asclock-gtk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2014 13:13:58 -0000 Author: antoine Date: Sun Oct 12 13:13:56 2014 New Revision: 370698 URL: https://svnweb.freebsd.org/changeset/ports/370698 QAT: https://qat.redports.org/buildarchive/r370698/ Log: - Fix reference to stagedir in binary - No need to use ${STRIP_CMD}, ${BSD_INSTALL_PROGRAM} already takes care of this Modified: head/x11-clocks/asclock-gtk/Makefile head/x11-clocks/asclock-gtk/pkg-plist Modified: head/x11-clocks/asclock-gtk/Makefile ============================================================================== --- head/x11-clocks/asclock-gtk/Makefile Sun Oct 12 12:21:13 2014 (r370697) +++ head/x11-clocks/asclock-gtk/Makefile Sun Oct 12 13:13:56 2014 (r370698) @@ -2,7 +2,7 @@ PORTNAME= asclock-gtk PORTVERSION= 2.1.10 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-clocks afterstep windowmaker MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kuriyama @@ -13,7 +13,7 @@ COMMENT= New flavor of asclock (GTK vers WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= asclock -MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} +INSTALL_TARGET= install PREFIX=${STAGEDIR}${PREFIX} USE_XORG= x11 xt USE_GNOME= gtk12 @@ -31,7 +31,4 @@ do-configure: ${LN} -s themes/classic default_theme) .endif -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/asclock - .include Modified: head/x11-clocks/asclock-gtk/pkg-plist ============================================================================== --- head/x11-clocks/asclock-gtk/pkg-plist Sun Oct 12 12:21:13 2014 (r370697) +++ head/x11-clocks/asclock-gtk/pkg-plist Sun Oct 12 13:13:56 2014 (r370698) @@ -72,12 +72,3 @@ share/asclock/themes/shaped/minute.xpm share/asclock/themes/shaped/month.xpm share/asclock/themes/shaped/second.xpm share/asclock/themes/shaped/weekday.xpm -@dirrm share/asclock/themes/Newstone -@dirrm share/asclock/themes/Orb -@dirrm share/asclock/themes/Stone -@dirrm share/asclock/themes/analog -@dirrm share/asclock/themes/beats -@dirrm share/asclock/themes/classic -@dirrm share/asclock/themes/shaped -@dirrm share/asclock/themes -@dirrm share/asclock