diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 04:14:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 04:14:55 +0000 |
commit | 0ced235a4463d57b3cdbd60bf240648f50bcd89f (patch) | |
tree | 0e05beca1a3b27e25cfed05c58ae80b92dc4f412 /textproc/c2html | |
parent | b24528aff079c86ba4225a62bddd533c8423a6a4 (diff) | |
download | ports-0ced235a4463d57b3cdbd60bf240648f50bcd89f.tar.gz ports-0ced235a4463d57b3cdbd60bf240648f50bcd89f.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 | 14 |
3 files changed, 10 insertions, 15 deletions
diff --git a/textproc/c2html/Makefile b/textproc/c2html/Makefile index 5e220091fb70..af6295a7444a 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.2 1999/04/02 03:58:53 steve Exp $ +# $Id: Makefile,v 1.3 1999/05/07 05:27:30 mharo Exp $ # -DISTNAME= c2html-0.5 +DISTNAME= c2html-0.6.1 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters @@ -17,11 +17,6 @@ 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 1da4d18469af..8909a08153b4 100644 --- a/textproc/c2html/distinfo +++ b/textproc/c2html/distinfo @@ -1 +1 @@ -MD5 (c2html-0.5.tar.gz) = 9eff1d70bb2a529de6802c119784de16 +MD5 (c2html-0.6.1.tar.gz) = 43c7deed8cbb50631b0d726e4faef151 diff --git a/textproc/c2html/files/patch-aa b/textproc/c2html/files/patch-aa index b9eb22067cb6..f73652506b02 100644 --- a/textproc/c2html/files/patch-aa +++ b/textproc/c2html/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed Apr 21 19:21:32 1999 -+++ Makefile.in Wed Apr 21 23:42:12 1999 -@@ -12,7 +12,7 @@ +--- Makefile.in.orig Mon May 24 14:32:18 1999 ++++ Makefile.in Wed May 26 18:44:22 1999 +@@ -9,7 +9,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. # COMPRESSION = -DCOMPRESSION=4 @@ -8,13 +8,13 @@ +COMPRESSION ?= -DCOMPRESSION=1 # Dont change things beyond this line. - TARGET = c2html -@@ -43,7 +43,7 @@ + TARGET = @PROJECT_NAME@ +@@ -40,7 +40,7 @@ srcdir = @srcdir@ CPPFLAGS = @CPPFLAGS@ --CFLAGS += -O2 -Wall -pedantic -+CFLAGS ?= -O2 -Wall -Wcast-qual -pedantic +-CFLAGS += -O2 -Wall ++CFLAGS ?= -O2 -Wall ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) all: $(TARGET) |