Date: Sun, 12 Oct 2014 13:13:57 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370698 - head/x11-clocks/asclock-gtk Message-ID: <201410121313.s9CDDvBM044955@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410121313.s9CDDvBM044955>