summaryrefslogtreecommitdiff
path: root/irc/epic5
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2014-02-22 04:21:21 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2014-02-22 04:21:21 +0000
commitcea22982806dad1c96fc288bf8bf79ec708ed653 (patch)
treed16811e5b429518cda8ab0d864c6e54b1142ead4 /irc/epic5
parentResurrect net/adasockets port (dormant 4 years) (diff)
Update port for stage support.
Submitted by: zlonix
Notes
Notes: svn path=/head/; revision=345565
Diffstat (limited to 'irc/epic5')
-rw-r--r--irc/epic5/Makefile11
-rw-r--r--irc/epic5/pkg-descr3
-rw-r--r--irc/epic5/pkg-message (renamed from irc/epic5/files/pkg-message.in)0
-rw-r--r--irc/epic5/pkg-plist1
4 files changed, 4 insertions, 11 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index 6edc26e5c04a..5e5fc5177897 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -12,13 +12,10 @@ MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ \
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
-SUB_FILES= pkg-message
-
GNU_CONFIGURE= yes
-MAN1= epic5.1
USE_OPENSSL= yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}
USE_BZIP2= yes
@@ -31,7 +28,6 @@ TERMCAP_DESC= Refuse to use terminfo/ncurses
CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
USES= iconv
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MIPV6}
@@ -71,11 +67,10 @@ post-extract:
post-install:
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in BUG_FORM COPYRIGHT KNOWNBUGS README UPDATES VOTES
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
- @${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>
diff --git a/irc/epic5/pkg-descr b/irc/epic5/pkg-descr
index 529f5d857268..652e42413465 100644
--- a/irc/epic5/pkg-descr
+++ b/irc/epic5/pkg-descr
@@ -7,9 +7,6 @@ added to make EPIC one of the best ircII clients available.
EPIC no longer shares any file names with ircII, so they should happily
co-exist.
-EPIC5 is currently under development and end-users are encouraged to use
-EPIC4 which is finished and production-quality.
-
Due to it's minimalist approach it is highly recommended you use a script
with EPIC.
diff --git a/irc/epic5/files/pkg-message.in b/irc/epic5/pkg-message
index 1edcd7e5cb62..1edcd7e5cb62 100644
--- a/irc/epic5/files/pkg-message.in
+++ b/irc/epic5/pkg-message
diff --git a/irc/epic5/pkg-plist b/irc/epic5/pkg-plist
index 670a8b232a73..53fb2d39f97a 100644
--- a/irc/epic5/pkg-plist
+++ b/irc/epic5/pkg-plist
@@ -1,6 +1,7 @@
bin/epic5
bin/epic5-%%PORTVERSION%%
libexec/epic5-wserv4
+man/man1/epic5.1.gz
%%PORTDOCS%%%%DOCSDIR%%/BUG_FORM
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
%%PORTDOCS%%%%DOCSDIR%%/KNOWNBUGS