- Update to 0.7.
PR: ports/87635 Submitted by: maintainer
This commit is contained in:
parent
a439543032
commit
ad3ce22e7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145802
2 changed files with 7 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= tinybsd
|
||||
PORTVERSION= 0.6
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.tinybsd.org/download/
|
||||
|
||||
|
@ -15,16 +15,12 @@ COMMENT= Shell script to build embedded systems based on FreeBSD
|
|||
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= pkg-message
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tinybsd
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/CHANGES ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/TODO ${DATADIR}
|
||||
${CP} -Rp ${WRKSRC}/conf ${DATADIR}/
|
||||
${SED} "s|/usr/local|${PREFIX}|g" ${WRKSRC}/tinybsd > ${PREFIX}/bin/tinybsd
|
||||
${CHMOD} 555 ${PREFIX}/bin/tinybsd
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (tinybsd-0.6.tar.gz) = e85b832e34675caa050d344a99ee270e
|
||||
SIZE (tinybsd-0.6.tar.gz) = 45440
|
||||
MD5 (tinybsd-0.7.tar.gz) = d0c2f6e523e8b4afeeb39da5a1972dbe
|
||||
SIZE (tinybsd-0.7.tar.gz) = 45359
|
||||
|
|
Loading…
Reference in a new issue