diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2014-02-22 12:21:21 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2014-02-22 12:21:21 +0800 |
commit | 7349e2f1a270bc8c7c49c20ee4eb589358f4113b (patch) | |
tree | d16811e5b429518cda8ab0d864c6e54b1142ead4 /irc/epic5 | |
parent | 773bbacf5d24450aba0be91acf3803581d74a62c (diff) | |
download | freebsd-ports-gnome-7349e2f1a270bc8c7c49c20ee4eb589358f4113b.tar.gz freebsd-ports-gnome-7349e2f1a270bc8c7c49c20ee4eb589358f4113b.tar.zst freebsd-ports-gnome-7349e2f1a270bc8c7c49c20ee4eb589358f4113b.zip |
Update port for stage support.
Submitted by: zlonix
Diffstat (limited to 'irc/epic5')
-rw-r--r-- | irc/epic5/Makefile | 11 | ||||
-rw-r--r-- | irc/epic5/pkg-descr | 3 | ||||
-rw-r--r-- | irc/epic5/pkg-message (renamed from irc/epic5/files/pkg-message.in) | 0 | ||||
-rw-r--r-- | irc/epic5/pkg-plist | 1 |
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 |