1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

1: Stagify.

2: Add LICENSE.

Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-17 02:07:14 +00:00
parent 74ddc93e38
commit 67d694419b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358065
2 changed files with 7 additions and 7 deletions

View File

@ -12,17 +12,17 @@ DISTNAME= sic-${PORTVERSION}
MAINTAINER= dhn@FreeBSD.org
COMMENT= Extremely simple IRC client
MAN1= simpleirc.1
PLIST_FILES= bin/simpleirc
LICENSE= MIT
PLIST_FILES= bin/simpleirc man/man1/simpleirc.1.gz
PORTDOCS= README LICENSE
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
@${ECHO_MSG} "installing additional documentation to ${DOCSDIR}"
@${MKDIR} ${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -3,4 +3,4 @@ SIMPLE IRC CLIENT alias sic
sic is an extremely simple IRC client. It consists of lesser
than 250 lines of code. It is the little brother of irc/ii
WWW: http://www.suckless.org/programs/sic.html
WWW: http://www.suckless.org/programs/sic.html