Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2001 15:16:50 +0200 (CEST)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30388: Maintainer update: lang/gforth (minor fix)
Message-ID:  <200109061316.f86DGo842718@gits.dyndns.org>

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

>Number:         30388
>Category:       ports
>Synopsis:       Maintainer update: lang/gforth (minor fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 06 06:20:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.4-RC i386
>Organization:
ACME
>Environment:

System: FreeBSD gits 4.4-RC FreeBSD 4.4-RC #29: Sat Aug 25 14:49:20 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386

>Description:
	Makefile
		MAKE_ARGS comment changes.
>How-To-Repeat:
	n/a
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/gforth/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	2001/07/10 13:54:20	1.6
+++ Makefile	2001/09/06 13:13:45
@@ -13,7 +13,6 @@
 
 MAINTAINER=	clefevre@redirect.to
 
-#
 # Global variables
 #
 
@@ -23,14 +22,11 @@
 USE_GMAKE=	yes
 ALL_TARGET=	all info
 
-.if make(do-install)
-# DESTDIR isn't honored. fake it w/ prefix.
+# PREFIX isn't honored. force it w/ prefix.
 MAKE_ARGS=	prefix=${PREFIX}
-.endif
 
 MAN1=		gforth.1
 
-#
 # Local variables
 #
 
@@ -49,7 +45,6 @@
 		hppa ia64 m68k misc power shboom sparc
 ARCH_DIR=	${DATADIR}/${PORTVERSION}/arch
 
-#
 # Post-extract
 #
 
@@ -60,7 +55,6 @@
 	@${RM} -f ${WRKSRC}/doc/${file}*
 .endfor
 
-#
 # Post-patch
 #
 
>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?200109061316.f86DGo842718>