mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
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
This commit is contained in:
parent
8bd94a2d10
commit
a52cbbab65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146912
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user