- Fix reference to stagedir in binary
- No need to use ${STRIP_CMD}, ${BSD_INSTALL_PROGRAM} already takes care of this
This commit is contained in:
parent
6a36f416a5
commit
b08be6e522
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370698
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user