svn commit: r370698 - head/x11-clocks/asclock-gtk
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 12 13:13:58 UTC 2014
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
- at dirrm share/asclock/themes/Newstone
- at dirrm share/asclock/themes/Orb
- at dirrm share/asclock/themes/Stone
- at dirrm share/asclock/themes/analog
- at dirrm share/asclock/themes/beats
- at dirrm share/asclock/themes/classic
- at dirrm share/asclock/themes/shaped
- at dirrm share/asclock/themes
- at dirrm share/asclock
More information about the svn-ports-all
mailing list