Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2002 22:39:27 -0500 (EST)
From:      alex.rebrik@likewhoa.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34570: Broken "Makefile" in /usr/port/misc/afbackup (afbackup-3.3.5)
Message-ID:  <200202030339.g133dRD55181@hopefx.com>

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

>Number:         34570
>Category:       ports
>Synopsis:       Broken "Makefile" in /usr/port/misc/afbackup (afbackup-3.3.5)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 02 19:50:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alex Rebrik
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
LWI
>Environment:
System: FreeBSD backup.likewhoa.com 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 200
1 murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC i386


>Description:
        Broken "install" target in main Makefile.
>How-To-Repeat:
        "make install" fails with:

        ==>  Creating custom pkg-plist...
        share/doc/afbackup/CONFIG: not found
        *** Error code 127

>Fix:
        http://www.virex.com/~drzero/afbackup/Makefile.FIXED

        OR:

        here is a diff

--------CUT HERE-----------
backup:/usr/ports/misc/afbackup# !diff
diff Makefile Makefile.FIXED
22c22
< PLIST=                ${WRKSRC}/pkg-plist
---
> PLIST=                ${PORTSDIR}/misc/afbackup/pkg-plist
165c165
<       @for docfile in $(AFBACKUP_DOCS:S/^/share\/doc\/${PORTNAME}\//); do ${ECHO_CMD} $$docfile >
>Release-Note:
>Audit-Trail:
>Unformatted:
 >${PLIST}; done
 ---
 >       @for docfile in $(AFBACKUP_DOCS:S/^/share\/doc\/${PORTNAME}\//); do ${ECHO} $$docfile >>${P
 LIST}; done
 171,172c171,172
 <       @${ECHO_CMD} @cwd ${PREFIX} >>${PLIST}
 <       @${ECHO_CMD} @dirrm share/doc/${PORTNAME} >>${PLIST}
 ---
 >       @${ECHO} @cwd ${PREFIX} >>${PLIST}
 >       @${ECHO} @dirrm share/doc/${PORTNAME} >>${PLIST}
 --------CUT HERE-----------
 
 
 Toodles!:)

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?200202030339.g133dRD55181>