aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-03-27 18:30:37 +0800
committermiwi <miwi@FreeBSD.org>2011-03-27 18:30:37 +0800
commit13208a403adbc23ac6363fe22c57d1ee747935f4 (patch)
tree972422f9cada6c72e8adb76f67f71ceeb1642516 /irc
parent8dd88b96258a2e2f85917cf53bdb002272e1b11e (diff)
downloadfreebsd-ports-gnome-13208a403adbc23ac6363fe22c57d1ee747935f4.tar.gz
freebsd-ports-gnome-13208a403adbc23ac6363fe22c57d1ee747935f4.tar.zst
freebsd-ports-gnome-13208a403adbc23ac6363fe22c57d1ee747935f4.zip
- Update MASTER_SITES and WWW: line
- Utilize PLIST_FILES/PORTEXAMPLES PR: 155827 Submitted by: Ports Fury
Diffstat (limited to 'irc')
-rw-r--r--irc/ratbox-respond/Makefile32
-rw-r--r--irc/ratbox-respond/pkg-descr2
-rw-r--r--irc/ratbox-respond/pkg-plist8
3 files changed, 15 insertions, 27 deletions
diff --git a/irc/ratbox-respond/Makefile b/irc/ratbox-respond/Makefile
index f19f36695533..0f4d1c76e4f7 100644
--- a/irc/ratbox-respond/Makefile
+++ b/irc/ratbox-respond/Makefile
@@ -8,39 +8,35 @@
PORTNAME= ratbox-respond
PORTVERSION= 1.0
CATEGORIES= irc sysutils
-MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/${PORTNAME}/ \
- ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/${PORTNAME}/ \
- http://respond.ircd-ratbox.org/download/ \
+MASTER_SITES= http://respond.ratbox.org/download/ \
ftp://ftp.parodius.com/pub/ircd-ratbox/${PORTNAME}/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Client-side implementation of the challenge oper system in ircd-ratbox
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
+CONFIGURE_WRKSRC=${WRKSRC}/${PORTNAME}
+BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
-GNU_CONFIGURE= yes
USE_OPENSSL= yes
-
-EXTDIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-WRKSRC= ${EXTDIR}/${PORTNAME}
+GNU_CONFIGURE= yes
SUB_FILES= pkg-message
-PORTDOCS= challenge.txt
+PORTDOCS= *
+PORTEXAMPLES= *
+PLIST_FILES= bin/ratbox-respond bin/makekeypair
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${EXTDIR}/makekeypair ${PREFIX}/bin
-
- @${MKDIR} ${EXAMPLESDIR}/client-scripts
- ${INSTALL_DATA} ${EXTDIR}/client-scripts/* ${EXAMPLESDIR}/client-scripts
-
-post-install:
+ ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/makekeypair ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- cd ${EXTDIR} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} challenge.txt ${DOCSDIR}
+.endif
+.if !defined(NOPORTEXAMPLES)
+ @${MKDIR} ${EXAMPLESDIR}/client-scripts
+ ${INSTALL_DATA} ${WRKSRC}/client-scripts/* ${EXAMPLESDIR}/client-scripts
.endif
@${CAT} ${PKGMESSAGE}
diff --git a/irc/ratbox-respond/pkg-descr b/irc/ratbox-respond/pkg-descr
index 3ee523755dd4..4af2896ad35a 100644
--- a/irc/ratbox-respond/pkg-descr
+++ b/irc/ratbox-respond/pkg-descr
@@ -3,4 +3,4 @@ the challenge opering system in ircd-ratbox. The challenge system
provides the ability to oper using private key authentication instead of
passwords to improve security.
-WWW: http://respond.ircd-ratbox.org/
+WWW: http://respond.ratbox.org/
diff --git a/irc/ratbox-respond/pkg-plist b/irc/ratbox-respond/pkg-plist
deleted file mode 100644
index fbded794204c..000000000000
--- a/irc/ratbox-respond/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/ratbox-respond
-bin/makekeypair
-%%EXAMPLESDIR%%/client-scripts/challenge-epic.irc
-%%EXAMPLESDIR%%/client-scripts/challenge-irssi.pl
-%%EXAMPLESDIR%%/client-scripts/challenge-xchat.pl
-%%EXAMPLESDIR%%/client-scripts/README
-@dirrm %%EXAMPLESDIR%%/client-scripts
-@dirrm %%EXAMPLESDIR%%