Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 1999 13:40:16 +0300 (EEST)
From:      netch@lucky.net (Valentin Nechayev)
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13695: Typo in ports/news/inn-stable/Makefile v1.44
Message-ID:  <199909111040.NAA30425@nn.kiev.ua>

next in thread | raw e-mail | index | archive | help

>Number:         13695
>Category:       ports
>Synopsis:       Typo in ports/news/inn-stable/Makefile v1.44
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 11 03:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Valentin Nechayev
>Release:        FreeBSD 3.3-RC i386
>Organization:
Lucky Net Ltd.
>Environment:

FreeBSD 3.3-RC; ports-19990911

>Description:

Typo in Makefile which causes installation to fail

>How-To-Repeat:

Try build and install the port.

>Fix:

--- Makefile.dist	Sat Sep 11 13:20:14 1999
+++ Makefile	Sat Sep 11 13:34:49 1999
@@ -1,5 +1,5 @@
 # New ports collection makefile for:	inn
-# Version required:	1.7.2
+# Version required:	2.2
 # Date created:		20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1)
 # Whom:			torstenb
 #
@@ -88,7 +88,7 @@
 pre-install:
 .for dir in ${NEWSSPOOL} ${NEWSLIB} ${NEWSLOG} ${NEWSMAN} ${NEWSINFO}
 	${MKDIR} ${dir}
-	$(CHOWN} news:news ${dir}
+	${CHOWN} news:news ${dir}
 .endfor
 
 update: build

>Release-Note:
>Audit-Trail:
>Unformatted:


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?199909111040.NAA30425>