Date: Mon, 17 Jan 2000 16:20:03 -0800 (PST) From: Matt of the Long Red Hair <mattp@conundrum.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/16151: ports update: sysutils/sarah Message-ID: <200001180020.QAA42418@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/16151; it has been noted by GNATS. From: Matt of the Long Red Hair <mattp@conundrum.com> To: "Chris D. Faulhaber" <jedgar@fxp.org> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/16151: ports update: sysutils/sarah Date: Mon, 17 Jan 2000 19:13:36 -0500 (EST) Here's an updated diff of the port which should accomplish what you requested: diff -ruN sarah.0.1b/Makefile sarah/Makefile --- sarah.0.1b/Makefile Mon Jan 10 09:36:52 2000 +++ sarah/Makefile Mon Jan 17 19:07:55 2000 @@ -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,11 @@ USE_PERL5= yes NO_BUILD= yes +do-configure: + ${PERL} -pi.orig -e \ + "s|/usr/local/etc/sarah.conf|${PREFIX}/etc/sarah.conf|" \ + ${WRKSRC}/sarah + do-install: cd ${WRKSRC} && \ ${INSTALL_SCRIPT} sarah ${PREFIX}/bin @@ -23,5 +28,12 @@ ${INSTALL_DATA} sarah.conf.sample ${PREFIX}/etc 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> diff -ruN sarah.0.1b/files/md5 sarah/files/md5 --- sarah.0.1b/files/md5 Mon Jan 10 09:41:29 2000 +++ sarah/files/md5 Mon Jan 17 18:25:34 2000 @@ -1 +1 @@ -MD5 (sarah-0.1b.tar.gz) = b26ff4543af084ecd76cf65b18caa824 +MD5 (sarah-0.3b.tar.gz) = b3bb9066202d068fe982b5b0565cd30b diff -ruN sarah.0.1b/pkg/PLIST sarah/pkg/PLIST --- sarah.0.1b/pkg/PLIST Mon Jan 10 09:37:03 2000 +++ sarah/pkg/PLIST Mon Jan 17 02:31:43 2000 @@ -1,2 +1,5 @@ bin/sarah etc/sarah.conf.sample +share/doc/sarah/README +share/doc/sarah/CHANGES +@dirrm share/doc/sarah ------------------------------------------------------------------------------ ``Forum, not tone. That pile question. Whether tip Miller into mind to suffer tie songs and crows oh courageous fortune or to gun and Mar it. - Haircut'' Misinterpretation of "To be or not to be.." by an early model Newton. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001180020.QAA42418>