ports/53024: Update net/nast (maintainer): bento fix

Kirill Ponomarew ponomarew at oberon.net
Sat Jun 7 23:20:06 UTC 2003


>Number:         53024
>Category:       ports
>Synopsis:       Update net/nast (maintainer): bento fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 07 16:20:04 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update net/nast (maintainer): bento fix

Author did a little modification to Makefile and rerolled 
tarball.

It supersedes PR/52880

>How-To-Repeat:
>Fix:
diff -urN nast.orig/Makefile nast/Makefile
--- nast.orig/Makefile	Tue Jun  3 06:53:50 2003
+++ nast/Makefile	Sun Jun  8 01:08:48 2003
@@ -41,8 +41,10 @@
 		${WRKSRC}/configure
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8/
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
+		${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 \
+		${PREFIX}/man/man8
 .ifndef (NOPORTDOCS)
 	@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
 .for doc in ${DOC_FILES}
diff -urN nast.orig/distinfo nast/distinfo
--- nast.orig/distinfo	Mon Jun  2 17:17:12 2003
+++ nast/distinfo	Sun Jun  8 01:00:33 2003
@@ -1 +1 @@
-MD5 (nast-0.1.7e.tar.gz) = 76471efb15a328fb3cc090bbf7915316
+MD5 (nast-0.1.7e.tar.gz) = 52a64ff9d02dabc70de15dc1cb5e4528
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list