diff options
author | dburr <dburr@FreeBSD.org> | 1998-06-07 14:45:46 +0000 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1998-06-07 14:45:46 +0000 |
commit | 83162669edd32716b28775d270c3e67b5df4f2b4 (patch) | |
tree | 72008f2b4f25035d82ac58ea82aec3e81bd0b16b /irc/ircd-hybrid/Makefile | |
parent | b0888f7e9ea35eb1f2dcec08f76fffc7f26eca0c (diff) | |
download | FreeBSD-ports-83162669edd32716b28775d270c3e67b5df4f2b4.zip FreeBSD-ports-83162669edd32716b28775d270c3e67b5df4f2b4.tar.gz |
Upgrade to ircd-hybrid-5.2p1.
* Change DISTNAME in Makefile, and add PKGNAME to reflect the convention
that "5.2p1" is to be expressed as "5.2.1" in package names.
* Changed MD5.
* Re-generated patches so that they patch cleanly against the new version.
Diffstat (limited to 'irc/ircd-hybrid/Makefile')
-rw-r--r-- | irc/ircd-hybrid/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile index 91662c1..12d55f8 100644 --- a/irc/ircd-hybrid/Makefile +++ b/irc/ircd-hybrid/Makefile @@ -1,12 +1,13 @@ # New ports collection makefile for: ircd-hybrid -# Version required: 5 +# Version required: 5.2p1 # Date created: 9 January 1998 # Whom: desmo@bandwidth.org # -# $Id: Makefile,v 1.2 1998/01/18 10:55:32 asami Exp $ +# $Id: Makefile,v 1.3 1998/04/20 07:50:52 jkh Exp $ # -DISTNAME= ircd-hybrid-5 +DISTNAME= ircd-hybrid-5.2p1 +PKGNAME= ircd-hybrid-5.2.1 CATEGORIES= net MASTER_SITES= ftp://ftp.vol.com/pub/ircd/ @@ -16,8 +17,11 @@ GNU_CONFIGURE= yes MAN8= ircd.8 +pre-install: + @${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL + post-install: ${INSTALL_MAN} ${WRKSRC}/doc/ircd.8 ${MANPREFIX}/man/man8 - /bin/sh ${PKGDIR}/INSTALL + #/bin/sh ${PKGDIR}/INSTALL .include <bsd.port.mk> |