Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 1999 11:30:57 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/13827: Update port: lang/mawk
Message-ID:  <19990919183057.061E5151FA@hub.freebsd.org>

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

>Number:         13827
>Category:       ports
>Synopsis:       Update port: lang/mawk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 19 11:40:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.3-RELEASE i386
>Organization:
>Environment:
>Description:
* Modified Makefile to respect ${PREFIX} collectly

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/lang/mawk/Makefile lang/mawk/Makefile
--- /usr/ports/lang/mawk/Makefile	Tue Aug 31 21:08:30 1999
+++ lang/mawk/Makefile	Mon Sep 20 03:08:37 1999
@@ -13,10 +13,14 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-WRKSRC=		$(WRKDIR)/$(PKGNAME)
+WRKSRC=		${WRKDIR}/${PKGNAME}
 GNU_CONFIGURE=	yes
 ALL_TARGET=
 
 MAN1=		mawk.1
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/mawk ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/man/mawk.1 ${PREFIX}/man/man1
 
 .include <bsd.port.mk>


>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?19990919183057.061E5151FA>