diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-05-07 05:27:40 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-05-07 05:27:40 +0000 |
commit | f0b3ca663a96aa7f1d5255173c0f13643a5f3a99 (patch) | |
tree | 5bbeb1b107347c358b52a96cdad1981078503870 /textproc/c2html | |
parent | 54c21509a1e71935e7ece7ed6c9beb2d9516b989 (diff) | |
download | ports-f0b3ca663a96aa7f1d5255173c0f13643a5f3a99.tar.gz ports-f0b3ca663a96aa7f1d5255173c0f13643a5f3a99.zip |
Notes
Diffstat (limited to 'textproc/c2html')
-rw-r--r-- | textproc/c2html/Makefile | 9 | ||||
-rw-r--r-- | textproc/c2html/distinfo | 2 | ||||
-rw-r--r-- | textproc/c2html/files/patch-aa | 12 |
3 files changed, 14 insertions, 9 deletions
diff --git a/textproc/c2html/Makefile b/textproc/c2html/Makefile index 2a876dcc8634..5e220091fb70 100644 --- a/textproc/c2html/Makefile +++ b/textproc/c2html/Makefile @@ -3,10 +3,10 @@ # Date created: 28 October 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1997/11/22 00:30:17 jseger Exp $ +# $Id: Makefile,v 1.2 1999/04/02 03:58:53 steve Exp $ # -DISTNAME= c2html-0.4 +DISTNAME= c2html-0.5 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters @@ -17,6 +17,11 @@ USE_AUTOCONF= yes MAN1= c2html.1 +#this doesn't seem like it should be necessary +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/c2html ${PREFIX}/bin/c2html + ${INSTALL_MAN} ${WRKSRC}/c2html.1 ${PREFIX}/man/man1/c2html.1 + post-install: strip ${PREFIX}/bin/c2html .if !defined(NOPORTDOCS) diff --git a/textproc/c2html/distinfo b/textproc/c2html/distinfo index 3d2520b3d683..1da4d18469af 100644 --- a/textproc/c2html/distinfo +++ b/textproc/c2html/distinfo @@ -1 +1 @@ -MD5 (c2html-0.4.tar.gz) = 317c49ca99230865cb39fd54f091fad0 +MD5 (c2html-0.5.tar.gz) = 9eff1d70bb2a529de6802c119784de16 diff --git a/textproc/c2html/files/patch-aa b/textproc/c2html/files/patch-aa index 5e4194286976..b9eb22067cb6 100644 --- a/textproc/c2html/files/patch-aa +++ b/textproc/c2html/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in~ Wed Mar 10 22:14:48 1999 -+++ Makefile.in Sun Mar 21 18:19:16 1999 +--- Makefile.in.orig Wed Apr 21 19:21:32 1999 ++++ Makefile.in Wed Apr 21 23:42:12 1999 @@ -12,7 +12,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. @@ -9,12 +9,12 @@ # Dont change things beyond this line. TARGET = c2html -@@ -40,7 +40,7 @@ +@@ -43,7 +43,7 @@ srcdir = @srcdir@ CPPFLAGS = @CPPFLAGS@ --CFLAGS = -O2 -Wall -pedantic $(COMPRESSION) -+CFLAGS += -O2 -Wall -pedantic $(COMPRESSION) - ALL_CFLAGS = $(CFLAGS) -I$(srcdir) +-CFLAGS += -O2 -Wall -pedantic ++CFLAGS ?= -O2 -Wall -Wcast-qual -pedantic + ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) all: $(TARGET) |