mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
* Convert to staging
* Add license * Rename patch to follow makepatch naming Sponsored by: Absolight
This commit is contained in:
parent
357b950f4b
commit
53429c6c68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340566
@ -11,17 +11,15 @@ MASTER_SITE_SUBDIR= apps/www/converters
|
||||
MAINTAINER= mkamm@gmx.net
|
||||
COMMENT= Java sources to HTML converter
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_AUTOTOOLS= autoconf213
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN1= java2html.1
|
||||
PORTDOCS= AUTHORS NEWS README
|
||||
PLIST_FILES= bin/java2html man/man1/java2html.1.gz
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for file in AUTHORS NEWS README
|
||||
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.in.orig Sat Apr 15 17:16:30 2000
|
||||
+++ Makefile.in Sun Apr 23 15:46:41 2000
|
||||
--- ./Makefile.in.orig 2000-05-02 19:13:52.000000000 +0200
|
||||
+++ ./Makefile.in 2014-01-21 08:57:35.000000000 +0100
|
||||
@@ -27,7 +27,7 @@
|
||||
# for gzip because otherwise the load on the web server
|
||||
# grows without having big benefits.
|
||||
@ -9,7 +9,16 @@
|
||||
|
||||
# Dont change things beyond this line.
|
||||
TARGET = @PROJECT_NAME@
|
||||
@@ -59,7 +59,7 @@
|
||||
@@ -52,14 +52,14 @@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
prefix = @prefix@
|
||||
exec_prefix = ${prefix}
|
||||
-bindir = @bindir@
|
||||
+bindir = ${DESTDIR}@bindir@
|
||||
mandir = @mandir@
|
||||
-man1dir = @mandir@/man1
|
||||
+man1dir = ${DESTDIR}@mandir@/man1
|
||||
srcdir = @srcdir@
|
||||
docdir = @DOCDIR@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
|
@ -1,5 +0,0 @@
|
||||
bin/java2html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user