summaryrefslogtreecommitdiff
path: root/converters/base64/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-12-16 16:14:32 +0000
committeradam <adam@pkgsrc.org>2007-12-16 16:14:32 +0000
commit4b2a26a96352b092360706493e235997a5f58630 (patch)
treeb48e3d6601e894e90844efe4fa322e6b7a084cbf /converters/base64/Makefile
parent6124d4d34fe157e982acb32ec17d4f4766492afc (diff)
downloadpkgsrc-4b2a26a96352b092360706493e235997a5f58630.tar.gz
Changes 1.5:
When encoding with FORCE_BINARY_IO mode in effect, the explicit "\r\n" end of line sequence caused double carriage returns in the output, because the output text file is subject to expansion of LF to CR/LF line terminators. I made the "eol" sequence conditional on FORCE_BINARY, so that just a line feed is written to streams which will expand it.
Diffstat (limited to 'converters/base64/Makefile')
-rw-r--r--converters/base64/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/converters/base64/Makefile b/converters/base64/Makefile
index c9c8307dcfe..a8df93cba1e 100644
--- a/converters/base64/Makefile
+++ b/converters/base64/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2006/12/19 13:34:56 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.20 2007/12/16 16:14:32 adam Exp $
-DISTNAME= base64-1.3
-PKGREVISION= 1
+DISTNAME= base64-1.5
CATEGORIES= converters
MASTER_SITES= http://www.fourmilab.ch/webtools/base64/
@@ -12,10 +10,10 @@ COMMENT= Encode and decode base64 files
PKG_INSTALLATION_TYPES= overwrite pkgviews
-GNU_CONFIGURE= yes
-BUILD_TARGET= prog
+GNU_CONFIGURE= yes
+BUILD_TARGET= prog
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/base64 ${PREFIX}/bin