diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-12 21:13:56 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-12 21:13:56 +0800 |
commit | b940177e66712f97889c173694453e7043bf5345 (patch) | |
tree | 5dedb18d0bda4d90ad5827111a7d68892cf65e9c /x11-clocks/asclock-gtk | |
parent | c6ee2a494719e0dca13f0f10352a7a005764a164 (diff) | |
download | freebsd-ports-gnome-b940177e66712f97889c173694453e7043bf5345.tar.gz freebsd-ports-gnome-b940177e66712f97889c173694453e7043bf5345.tar.zst freebsd-ports-gnome-b940177e66712f97889c173694453e7043bf5345.zip |
- Fix reference to stagedir in binary
- No need to use ${STRIP_CMD}, ${BSD_INSTALL_PROGRAM} already takes care of
this
Diffstat (limited to 'x11-clocks/asclock-gtk')
-rw-r--r-- | x11-clocks/asclock-gtk/Makefile | 7 | ||||
-rw-r--r-- | x11-clocks/asclock-gtk/pkg-plist | 9 |
2 files changed, 2 insertions, 14 deletions
diff --git a/x11-clocks/asclock-gtk/Makefile b/x11-clocks/asclock-gtk/Makefile index 7fe8d7720202..07b9e01b579a 100644 --- a/x11-clocks/asclock-gtk/Makefile +++ b/x11-clocks/asclock-gtk/Makefile @@ -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 version) 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> diff --git a/x11-clocks/asclock-gtk/pkg-plist b/x11-clocks/asclock-gtk/pkg-plist index bd3e2170b064..0746023a91f1 100644 --- a/x11-clocks/asclock-gtk/pkg-plist +++ b/x11-clocks/asclock-gtk/pkg-plist @@ -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 |