Update to 0.5.0

This commit is contained in:
Patrick Li 2002-03-23 23:17:11 +00:00
parent fdd275756b
commit c6bb4fa49d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56502
3 changed files with 12 additions and 5 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= ticker.app PORTNAME= ticker.app
PORTVERSION= 0.2.0 PORTVERSION= 0.5.0
CATEGORIES= sysutils windowmaker CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/ MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
@ -17,8 +17,15 @@ USE_X_PREFIX= yes
USE_XPM= yes USE_XPM= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
do-install: MAN1= ticker.app.1
@${INSTALL_PROGRAM} ${WRKSRC}/src/ticker.app ${PREFIX}/bin
pre-patch:
.for dir in src doc .
@${PERL} -pi -e 's|\@program_transform_name\@||' \
${WRKSRC}/${dir}/Makefile.in
.endfor
post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/ChangeLog \ @${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/ChangeLog \

View file

@ -1 +1 @@
MD5 (ticker.app-0.2.0.tar.bz2) = 1b96c2e071ef786ae991ef34f661a8ef MD5 (ticker.app-0.5.0.tar.bz2) = e97c11e9d60d479fe01c10050584c7f7

View file

@ -1,4 +1,4 @@
bin/ticker.app bin/ticker.app
%%PORTDOCS%%share/doc/ticker.app/ChangeLog %%PORTDOCS%%share/doc/ticker.app/ChangeLog
%%PORTDOCS%%share/doc/ticker.app/README %%PORTDOCS%%share/doc/ticker.app/README
@dirrm share/doc/ticker.app %%PORTDOCS%%@dirrm share/doc/ticker.app