diff options
author | arved <arved@FreeBSD.org> | 2005-11-01 13:52:26 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-11-01 13:52:26 +0000 |
commit | a76182344e0c6ee613abc5ece29c6fe6ce02e1ad (patch) | |
tree | 042f7bf37e24b7324a5da64b84543fe61c6fe10b /misc/help2man | |
parent | 1111c142296184d5ce3e222992a7ff7591cb7095 (diff) | |
download | FreeBSD-ports-a76182344e0c6ee613abc5ece29c6fe6ce02e1ad.zip FreeBSD-ports-a76182344e0c6ee613abc5ece29c6fe6ce02e1ad.tar.gz |
Update to 1.36.2
* Updated po translation from Jakub Bogusz.
* Makefile.in: $(srcdir) fix from Paul Eggert
PR: 88314
Submitted by: Boris B. Samorodov <bsam@ipt.ru>
Grab back Maintainership
Diffstat (limited to 'misc/help2man')
-rw-r--r-- | misc/help2man/Makefile | 4 | ||||
-rw-r--r-- | misc/help2man/distinfo | 4 | ||||
-rw-r--r-- | misc/help2man/files/patch-Makefile.in | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 4b225b8..2d4768f 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -7,12 +7,12 @@ # PORTNAME= help2man -PORTVERSION= 1.36.1 +PORTVERSION= 1.36.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= arved@FreeBSD.org COMMENT= Automatically generating simple manual pages from program output .if !defined(WITHOUT_NLS) diff --git a/misc/help2man/distinfo b/misc/help2man/distinfo index 7858a5e..aea64d6 100644 --- a/misc/help2man/distinfo +++ b/misc/help2man/distinfo @@ -1,2 +1,2 @@ -MD5 (help2man-1.36.1.tar.gz) = 89ad3d6a54692ce16626e64ab25ca071 -SIZE (help2man-1.36.1.tar.gz) = 80046 +MD5 (help2man-1.36.2.tar.gz) = 195785b0c84c28d00d3b95e6c73744cf +SIZE (help2man-1.36.2.tar.gz) = 80479 diff --git a/misc/help2man/files/patch-Makefile.in b/misc/help2man/files/patch-Makefile.in index a8a20bc..051159c 100644 --- a/misc/help2man/files/patch-Makefile.in +++ b/misc/help2man/files/patch-Makefile.in @@ -14,6 +14,6 @@ - $(INSTALL_PROGRAM) $(target) $(DESTDIR)$(bindir) + $(INSTALL_SCRIPT) $(target) $(DESTDIR)$(bindir) - $(INSTALL_DATA) $(target).1 $(DESTDIR)$(mandir)/man1 - $(INSTALL_DATA) $(target).info $(DESTDIR)$(infodir)/$(target).info - if test -f $(DESTDIR)$(infodir)/dir; \ + $(INSTALL_DATA) $(srcdir)/$(target).1 $(DESTDIR)$(mandir)/man1 + $(INSTALL_DATA) $(srcdir)/$(target).info \ + $(DESTDIR)$(infodir)/$(target).info |