summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-20 02:50:56 +0000
committerjlam <jlam@pkgsrc.org>2001-08-20 02:50:56 +0000
commitb4aca44532961355dbc4cd745722fb86d5186869 (patch)
treef7a87b29e148a0568cf2e5834a89ec1926f7097b /converters
parent90e74f30d390e3df9e62a8c7e28e6889a344c66a (diff)
downloadpkgsrc-b4aca44532961355dbc4cd745722fb86d5186869.tar.gz
Honor CC, CFLAGS, and LDFLAGS settings from the environment and mark as
USE_BUILDLINK_ONLY.
Diffstat (limited to 'converters')
-rw-r--r--converters/ish/Makefile6
-rw-r--r--converters/ish/distinfo3
-rw-r--r--converters/ish/patches/patch-aa24
3 files changed, 28 insertions, 5 deletions
diff --git a/converters/ish/Makefile b/converters/ish/Makefile
index 322cae7bb7b..284d2fddfd0 100644
--- a/converters/ish/Makefile
+++ b/converters/ish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 13:59:24 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/08/20 02:50:56 jlam Exp $
DISTNAME= ish-1.11
CATEGORIES= converters
@@ -9,8 +9,6 @@ COMMENT= Binary-to-text file-encoder
MAKEFILE= makefile
ALL_TARGET= ish
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ish ${PREFIX}/bin
+USE_BUILDLINK_ONLY= # defined
.include "../../mk/bsd.pkg.mk"
diff --git a/converters/ish/distinfo b/converters/ish/distinfo
index 24f16b139c8..b61c0ff697f 100644
--- a/converters/ish/distinfo
+++ b/converters/ish/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 16:28:00 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/08/20 02:50:56 jlam Exp $
SHA1 (ish-1.11.tar.gz) = 99c182c685210179428d44cf1a80d96766cf3d3e
Size (ish-1.11.tar.gz) = 13029 bytes
+SHA1 (patch-aa) = 51dc6991eaa9b46c71a5c9f9b4e7cb862423d50d
diff --git a/converters/ish/patches/patch-aa b/converters/ish/patches/patch-aa
new file mode 100644
index 00000000000..599a9899691
--- /dev/null
+++ b/converters/ish/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1 2001/08/20 02:50:56 jlam Exp $
+
+--- makefile.orig Sun Aug 5 07:04:08 1990
++++ makefile
+@@ -1,7 +1,7 @@
+-DEST = .
++DEST = ${PREFIX}/bin
+ #CFLAGS = -O -DSysV
+-CFLAGS = -O
+-LDFLAGS = -s
++#CFLAGS = -O
++#LDFLAGS = -s
+
+ SRCS = crc.c decode.c encode.c ish.c jis7.c jis8.c sjis.c njis.c
+ OBJS = crc.o decode.o encode.o ish.o jis7.o jis8.o sjis.o njis.o
+@@ -18,7 +18,7 @@
+
+ install: $(ISH)
+ @echo Installing $(ISH) in $(DEST)
+- @install -s $(ISH) $(DEST)
++ @${BSD_INSTALL_PROGRAM} $(ISH) $(DEST)
+
+ $(OBJS) : $(HDRS)
+