diff options
-rw-r--r-- | editors/nano-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/nano-devel/distinfo | 6 | ||||
-rw-r--r-- | editors/nano-devel/files/patch-doc_man_Makefile.in | 20 |
3 files changed, 14 insertions, 14 deletions
diff --git a/editors/nano-devel/Makefile b/editors/nano-devel/Makefile index fcb3aabb2239..fe7b6977922d 100644 --- a/editors/nano-devel/Makefile +++ b/editors/nano-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nano-devel -PORTVERSION= 2.1.8 +PORTVERSION= 2.1.9 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v2.1/ \ http://www.ewtoo.org/~astyanax/nano/dist/v2.1/ diff --git a/editors/nano-devel/distinfo b/editors/nano-devel/distinfo index b733e5cd189b..d5bac1d1f472 100644 --- a/editors/nano-devel/distinfo +++ b/editors/nano-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (nano-2.1.8.tar.gz) = bd77873a6dd12f8492df08c63ae68040 -SHA256 (nano-2.1.8.tar.gz) = ea6d6c42776819a19338f30d2b6a77c76d327287578ca84ba1535e681380a223 -SIZE (nano-2.1.8.tar.gz) = 1461762 +MD5 (nano-2.1.9.tar.gz) = 41e9ffb4a055eba666cdb17c4e50ba21 +SHA256 (nano-2.1.9.tar.gz) = eb49281f0db551311d22cb47087963b870b864046bfc7e7f8b46671bace81e34 +SIZE (nano-2.1.9.tar.gz) = 1483856 diff --git a/editors/nano-devel/files/patch-doc_man_Makefile.in b/editors/nano-devel/files/patch-doc_man_Makefile.in index d9b01eacc922..4d9f6ec9fbbd 100644 --- a/editors/nano-devel/files/patch-doc_man_Makefile.in +++ b/editors/nano-devel/files/patch-doc_man_Makefile.in @@ -3,18 +3,18 @@ $FreeBSD$ --- doc/man/Makefile.in.orig +++ doc/man/Makefile.in -@@ -592,11 +592,11 @@ +@@ -630,11 +630,11 @@ - nano.1.html: nano.1 -- groff -t -mandoc -Thtml < $< > $@ -+ groff -t -mandoc -Thtml < $? > $@ - nanorc.5.html: nanorc.5 -- groff -t -mandoc -Thtml < $< > $@ -+ groff -t -mandoc -Thtml < $? > $@ - rnano.1.html: rnano.1 -- groff -t -mandoc -Thtml < $< > $@ -+ groff -t -mandoc -Thtml < $? > $@ + @GROFF_HTML_TRUE@nano.1.html: nano.1 +-@GROFF_HTML_TRUE@ groff -t -mandoc -Thtml < $< > $@ ++@GROFF_HTML_TRUE@ groff -t -mandoc -Thtml < $? > $@ + @GROFF_HTML_TRUE@nanorc.5.html: nanorc.5 +-@GROFF_HTML_TRUE@ groff -t -mandoc -Thtml < $< > $@ ++@GROFF_HTML_TRUE@ groff -t -mandoc -Thtml < $? > $@ + @GROFF_HTML_TRUE@rnano.1.html: rnano.1 +-@GROFF_HTML_TRUE@ groff -t -mandoc -Thtml < $< > $@ ++@GROFF_HTML_TRUE@ groff -t -mandoc -Thtml < $? > $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |