aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-11-01 13:52:26 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-11-01 13:52:26 +0000
commita52cbbab65ceac618d4d3e625f8856d4fb830975 (patch)
tree9c5281f300ba26efaa7c136199064e1b72be0c0a /misc
parent8bd94a2d10961ab5d58b79d61d2f3ddf50a4cccb (diff)
downloadports-a52cbbab65ceac618d4d3e625f8856d4fb830975.tar.gz
ports-a52cbbab65ceac618d4d3e625f8856d4fb830975.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/help2man/Makefile4
-rw-r--r--misc/help2man/distinfo4
-rw-r--r--misc/help2man/files/patch-Makefile.in6
3 files changed, 7 insertions, 7 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile
index 4b225b8e433e..2d4768f60aec 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 7858a5e80951..aea64d6b5a9c 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 a8a20bc11d63..051159cb4ae2 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