- Update to 20131030
This commit is contained in:
parent
94f6aa6edc
commit
d4a2b2359b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333242
1 changed files with 3 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= irssi-scripts
|
||||
PORTVERSION= 20130629
|
||||
PORTVERSION= 20131030
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://ftp.debian.org/debian/pool/main/i/${PORTNAME}/
|
||||
DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
|
||||
|
@ -16,9 +16,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|||
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/irssi/scripts
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.pl ${PREFIX}/share/irssi/scripts
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/irssi/scripts
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.pl ${STAGEDIR}${PREFIX}/share/irssi/scripts
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue