1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Update to 1.47.13

- Merge change from Po-Chuan Hsieh to suppress creation of an empty pkglibdir
  when nls is disabled.
- Remove install_dirs target entirely, add explicit $(MKINSTALLDIRS) before each
  $(INSTALL_{DATA,PROGRAM}) call.
- Update parsing of --version to allow multi-word programs when constructing the
  placeholder NAME paragraph (thanks to Jarno Suni).
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-03-28 12:46:04 +00:00
parent b09561379d
commit fb9edd0a1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529346
3 changed files with 4 additions and 23 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= help2man
PORTVERSION= 1.47.12
PORTREVISION= 1
PORTVERSION= 1.47.13
CATEGORIES= misc
MASTER_SITES= GNU

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1578125683
SHA256 (help2man-1.47.12.tar.xz) = 7d0ba64cf9d16ec97cc11aafb659b55aa7bdec99072ff2aec5fcecf0fbeab160
SIZE (help2man-1.47.12.tar.xz) = 202252
TIMESTAMP = 1585059229
SHA256 (help2man-1.47.13.tar.xz) = b7f8bbad1f2c405db747e3f5a4d5e1eddc63b360221c824bf79748f27b560523
SIZE (help2man-1.47.13.tar.xz) = 202480

View File

@ -1,18 +0,0 @@
--- Makefile.in.orig 2017-09-22 14:27:08 UTC
+++ Makefile.in
@@ -60,7 +60,6 @@ all: $(target) man info @extra_make_all@
install: all install_base @extra_make_install@
install_dirs:
$(MKINSTALLDIRS) $(DESTDIR)$(bindir)
- $(MKINSTALLDIRS) $(DESTDIR)$(pkglibdir)
$(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man1
$(MKINSTALLDIRS) $(DESTDIR)$(infodir)
@@ -77,6 +76,7 @@ install_base: install_dirs
fi
install_preload: install_dirs preload
+ $(MKINSTALLDIRS) $(DESTDIR)$(pkglibdir)
$(INSTALL_PROGRAM) $(preload).so $(DESTDIR)$(pkglibdir)
install_l10n: install_dirs msg_l10n man_l10n info_l10n