1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Fix pkg/MESSAGE version numbering problem. Also, upgrade to the

latest version, 2.10.

PR: ports/15626
Submitted by: Masahiro TAKEMURA <t80382@naoe.t.u-tokyo.ac.jp>
This commit is contained in:
Tom Hukins 2000-01-24 21:26:50 +00:00
parent 89ee0dfbbb
commit 1cdc3378b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25038
3 changed files with 19 additions and 11 deletions

View File

@ -1,14 +1,14 @@
# New ports collection makefile for: leafnode+
# Version required: 2.9
# Version required: 2.10
# Date created: 19 November 1998
# Whom: Tom Hukins <tom@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= leafnode+-2.9
DISTNAME= leafnode+-2.10
CATEGORIES= news
MASTER_SITES= ftp://ftp.big.or.jp/pub/usr2/jam/leafnode/
MASTER_SITES= ftp://hiroshima.isdn.uiuc.edu/leafnode+/
MAINTAINER= tom@FreeBSD.org
@ -47,11 +47,19 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/leafnode+
.endfor
.endif
post-install:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@if test \( ! -d ${LEAFSPOOLDIR} \) -o \( ! -d ${LEAFLIBDIR} \) ; then \
${CAT} ${PKGDIR}/MESSAGE; \
fi
.if !exists{LEAFSPOOLDIR} || !exists{{LEAFLIBDIR}
@${MKDIR} ${LEAFSPOOLDIR} ${LEAFLIBDIR}
@${MKDIR} ${LEAFSPOOLDIR}/interesting.groups
@${MKDIR} ${LEAFSPOOLDIR}/out.going
.for dir_a in 0 1 2 3 4 5 6 7 8 9
.for dir_b in 0 1 2 3 4 5 6 7 8 9
.for dir_c in 0 1 2 3 4 5 6 7 8 9
@${MKDIR} ${LEAFSPOOLDIR}/message.id/${dir_a}${dir_b}${dir_c}
.endfor
.endfor
.endfor
@${CHOWN} -R news:news ${LEAFSPOOLDIR} ${LEAFLIBDIR}
@${CHMOD} 2750 ${LEAFSPOOLDIR}
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (leafnode+-2.9.tar.gz) = 1a1239c9797b7f637ddda3d4d0572d40
MD5 (leafnode+-2.10.tar.gz) = d2fa086ff77b457fc55bc55074ddf174

View File

@ -10,7 +10,7 @@
-PREFIX = /usr/local
BINDIR = $(PREFIX)/sbin
-MANDIR = $(PREFIX)/man
VERSION = 2.9
VERSION = 2.10
#
# if you want to use Socks, use following.
@@ -29,11 +25,11 @@