1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update port to 0.3b

PR:		16151
Submitted by:	Maintainer
This commit is contained in:
Chris D. Faulhaber 2000-01-18 00:33:26 +00:00
parent 82190a55d9
commit 66f00a6b43
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24802
3 changed files with 16 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: sarah
# Version required: 0.1b
# Version required: 0.3b
# Date created: 10 Jan 2000
# Whom: Matthew Pounsett <mattp@conundrum.com>
#
# $FreeBSD$
#
DISTNAME= sarah-0.1b
DISTNAME= sarah-0.3b
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.conundrum.com/pub/sarah/
@ -16,6 +16,9 @@ MAN1= sarah.1
USE_PERL5= yes
NO_BUILD= yes
do-configure:
@${PERL} -pi.orig -e "s|/usr/local|${PREFIX}|" ${WRKSRC}/sarah
do-install:
cd ${WRKSRC} && \
${INSTALL_SCRIPT} sarah ${PREFIX}/bin
@ -24,4 +27,11 @@ do-install:
cd ${WRKSRC} && \
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/sarah
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/sarah
${INSTALL_MAN} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/sarah
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (sarah-0.1b.tar.gz) = b26ff4543af084ecd76cf65b18caa824
MD5 (sarah-0.3b.tar.gz) = b3bb9066202d068fe982b5b0565cd30b

View File

@ -1,2 +1,5 @@
bin/sarah
etc/sarah.conf.sample
share/doc/sarah/README
share/doc/sarah/CHANGES
@dirrm share/doc/sarah