aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-17 10:07:14 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-17 10:07:14 +0800
commitf29c049d8ee5f833176620de132463c8b663b360 (patch)
treec9e525fc8aa28d956e271b34b9858be1d43ab651 /irc
parent8daa4a65f6181f40e38d0942381846583e3463bd (diff)
downloadfreebsd-ports-graphics-f29c049d8ee5f833176620de132463c8b663b360.tar.gz
freebsd-ports-graphics-f29c049d8ee5f833176620de132463c8b663b360.tar.zst
freebsd-ports-graphics-f29c049d8ee5f833176620de132463c8b663b360.zip
1: Stagify.
2: Add LICENSE. Approved by: portmgr@
Diffstat (limited to 'irc')
-rw-r--r--irc/simpleirc/Makefile12
-rw-r--r--irc/simpleirc/pkg-descr2
2 files changed, 7 insertions, 7 deletions
diff --git a/irc/simpleirc/Makefile b/irc/simpleirc/Makefile
index 37cd1e47210..8b1db9d05a5 100644
--- a/irc/simpleirc/Makefile
+++ b/irc/simpleirc/Makefile
@@ -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>
diff --git a/irc/simpleirc/pkg-descr b/irc/simpleirc/pkg-descr
index 1c11f86cd27..8b69675406a 100644
--- a/irc/simpleirc/pkg-descr
+++ b/irc/simpleirc/pkg-descr
@@ -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