diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-04 22:40:43 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-04 22:40:43 +0000 |
commit | 24d0b0db6cc37cdfd2e4d20d75201fd14c2b0dbc (patch) | |
tree | d270ce5925a245afccbbccae217bc83bd8651f83 /textproc/java2html | |
parent | 5af2dded5cffbcbfbbc8a0e5a9c2fb00702346b4 (diff) | |
download | ports-24d0b0db6cc37cdfd2e4d20d75201fd14c2b0dbc.tar.gz ports-24d0b0db6cc37cdfd2e4d20d75201fd14c2b0dbc.zip |
Notes
Diffstat (limited to 'textproc/java2html')
-rw-r--r-- | textproc/java2html/Makefile | 10 | ||||
-rw-r--r-- | textproc/java2html/distinfo | 2 | ||||
-rw-r--r-- | textproc/java2html/files/patch-aa | 15 | ||||
-rw-r--r-- | textproc/java2html/pkg-comment | 2 |
4 files changed, 14 insertions, 15 deletions
diff --git a/textproc/java2html/Makefile b/textproc/java2html/Makefile index 9946b51c7623..fbf53f470c6e 100644 --- a/textproc/java2html/Makefile +++ b/textproc/java2html/Makefile @@ -3,10 +3,10 @@ # Date created: 21 March 1999 # Whom: Martin Kammerhofer # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/03 02:55:19 steve Exp $ # -DISTNAME= java2html-0.4 +DISTNAME= java2html-0.5 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters @@ -20,9 +20,9 @@ MAN1= java2html.1 .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${PREFIX}/share/doc/java2html - ${INSTALL_MAN} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/java2html - ${INSTALL_MAN} ${WRKSRC}/NEWS ${PREFIX}/share/doc/java2html - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/java2html +.for file in AUTHORS NEWS README + ${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/java2html +.endfor .endif .include <bsd.port.mk> diff --git a/textproc/java2html/distinfo b/textproc/java2html/distinfo index 9a200bc178e0..35ac930496c7 100644 --- a/textproc/java2html/distinfo +++ b/textproc/java2html/distinfo @@ -1 +1 @@ -MD5 (java2html-0.4.tar.gz) = c13dd7e6a90cbc38a7db7472bc3b35bd +MD5 (java2html-0.5.tar.gz) = 044f8ea3aee287f7b66ce14a5a93bb31 diff --git a/textproc/java2html/files/patch-aa b/textproc/java2html/files/patch-aa index 1beeaec11d2c..3cd79b9e5d90 100644 --- a/textproc/java2html/files/patch-aa +++ b/textproc/java2html/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 14 18:28:16 1999 ++++ Makefile.in Thu Apr 15 22:55:00 1999 @@ -12,7 +12,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. @@ -8,14 +8,13 @@ +COMPRESSION ?= -DCOMPRESSION=1 # Dont change things beyond this line. - TARGET = c2html -@@ -40,7 +40,7 @@ + TARGET = java2html +@@ -43,7 +43,7 @@ srcdir = @srcdir@ CPPFLAGS = @CPPFLAGS@ --CFLAGS = -O2 -Wall -pedantic $(COMPRESSION) -+CFLAGS ?= -O2 -Wall -pedantic --ALL_CFLAGS = $(CFLAGS) -I$(srcdir) -+ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) +-CFLAGS += -O2 -Wall -pedantic ++CFLAGS ?= -O2 -Wall -pedantic + ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) all: $(TARGET) diff --git a/textproc/java2html/pkg-comment b/textproc/java2html/pkg-comment index 75df652dd181..1c86d5c71bba 100644 --- a/textproc/java2html/pkg-comment +++ b/textproc/java2html/pkg-comment @@ -1 +1 @@ -Java, C and C++ to HTML converter +Java sources to HTML converter |