mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
update to fortuneru-0.4
PR: 48419 Submitted by: Oleksandr Bezpalko <bestia@de22.kiev.ua>
This commit is contained in:
parent
ead5e51e2d
commit
88d5e7fa43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75890
@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= fortuneru
|
||||
PORTVERSION= 0.3
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= russian
|
||||
MASTER_SITES= ftp://de22.kiev.ua/pub/files/ \
|
||||
ftp://hosting.cvu.kiev.ua/pub/files/ \
|
||||
ftp://viva-solutions.com.ua/pub/files/
|
||||
ftp://viva-solutions.com/pub/files/
|
||||
DISTNAME= fortune.ru-${PORTVERSION}
|
||||
|
||||
MAINTAINER= bestia@de22.kiev.ua
|
||||
@ -21,16 +21,11 @@ NO_BUILD= yes
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
STRCMD= /usr/games/strfile
|
||||
FORTUNES= 4hf beer-murphy enciklopedy fortune_rus \
|
||||
guberman marazm maxim_and_fedor murphy police \
|
||||
strug usenet verse windows_errors pavlenka fomenko speed-info
|
||||
|
||||
do-install:
|
||||
@${SETENV} STRCMD=${STRCMD} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
||||
@${MKDIR} ${PREFIX}/share/games/fortune/rus
|
||||
.for fortune in ${FORTUNES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${fortune} ${PREFIX}/share/games/fortune/rus
|
||||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/share/games/fortune/rus
|
||||
|
||||
pre-install:
|
||||
.if !exists(${STRCMD})
|
||||
@ -39,9 +34,9 @@ pre-install:
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.for fortune in ${FORTUNES}
|
||||
${STRCMD} ${PREFIX}/share/games/fortune/rus/${fortune} >/dev/null 2>/dev/null
|
||||
.endfor
|
||||
@for fortune in ${PREFIX}/share/games/fortune/rus/* ; do \
|
||||
${STRCMD} $$fortune >/dev/null 2>/dev/null ; \
|
||||
done
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Usage:"
|
||||
@${ECHO_MSG} "/usr/games/fortune ${PREFIX}/share/games/fortune/rus"
|
||||
|
@ -1 +1 @@
|
||||
MD5 (fortune.ru-0.3.tar.gz) = 11cd4b517e15254979934b2099a62c22
|
||||
MD5 (fortune.ru-0.4.tar.gz) = 28ad7f799cc49d548b1d8462f051e6df
|
||||
|
Loading…
Reference in New Issue
Block a user