summaryrefslogtreecommitdiff
path: root/converters/rtf2html
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-20 02:25:21 +0000
committerjlam <jlam@pkgsrc.org>2001-08-20 02:25:21 +0000
commit4bcb7bfb6ddbef4b65df609dffcf5b67c46bedeb (patch)
tree987bf32741b936298e345eb8dc49fae8d6ef550e /converters/rtf2html
parent7630e7961decdd5dc9ed7ddf52bbbea306c58dd5 (diff)
downloadpkgsrc-4bcb7bfb6ddbef4b65df609dffcf5b67c46bedeb.tar.gz
Honor CFLAGS and CC settings passed in from environment and mark as
USE_BUILDLINK_ONLY.
Diffstat (limited to 'converters/rtf2html')
-rw-r--r--converters/rtf2html/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/converters/rtf2html/Makefile b/converters/rtf2html/Makefile
index c4a16a5322c..c33aba150f2 100644
--- a/converters/rtf2html/Makefile
+++ b/converters/rtf2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 13:36:21 agc Exp $
+# $NetBSD: Makefile,v 1.2 2001/08/20 02:25:21 jlam Exp $
#
DISTNAME= rtf2html
@@ -10,7 +10,10 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.fe.msk.ru/~vitus/catdoc/
COMMENT= Rich Text to HTML file converter
-ALL_TARGET= rtf2html
+USE_BUILDLINK_ONLY= # defined
+ALL_TARGET= rtf2html
+MAKE_FLAGS+= CC="${CC}"
+MAKE_FLAGS+= CFLAGS="${CFLAGS}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rtf2html ${PREFIX}/bin