Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2000 08:25:32 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/23071: Update port: converters/base64
Message-ID:  <20001124162532.C5ACF37B4CF@hub.freebsd.org>

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

>Number:         23071
>Category:       ports
>Synopsis:       Update port: converters/base64
>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:   Fri Nov 24 08:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Support CC/CFLAGS properly
- Add manpage

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/converters/base64/Makefile converters/base64/Makefile
--- /usr/ports/converters/base64/Makefile	Sun Oct 29 14:08:36 2000
+++ converters/base64/Makefile	Tue Nov 21 05:58:28 2000
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	groach
+# New ports collection makefile for:	base64
 # Date created:				29 Oct 2000
 # Whom:					will
 #
@@ -13,10 +13,17 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-ALL_TARGET=	clean all
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
+ALL_TARGET=	clean all
+MAN1=		base64.1
+
+post-patch:
+	@${PERL} -pi.in -e "s|b64|base64|g" ${WRKSRC}/*.c
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/base64 ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/base64.1 ${MANPREFIX}/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?20001124162532.C5ACF37B4CF>