Index: head/misc/help2man/Makefile =================================================================== --- head/misc/help2man/Makefile (revision 524935) +++ head/misc/help2man/Makefile (revision 524936) @@ -1,44 +1,42 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= help2man PORTVERSION= 1.47.12 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= GNU MAINTAINER= sunpoet@FreeBSD.org COMMENT= Automatically generating simple manual pages from program output LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake localbase perl5 tar:xz GNU_CONFIGURE= yes INFO= help2man PLIST_FILES= bin/help2man \ man/man1/help2man.1.gz OPTIONS_DEFINE= NLS NLS_BUILD_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext NLS_CONFIGURE_ENABLE= nls -NLS_PLIST_FILES= lib/bindtextdomain.so +NLS_PLIST_FILES= lib/help2man/bindtextdomain.so NLS_RUN_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext NLS_USES= gettext NLS_VARS= CONFIGURE_FAIL_MESSAGE="Rebuild lang/${PERL_PORT} and devel/p5-Locale-gettext manually before contacting maintainer." .for lang in de es fr pl pt_BR sv ta uk zh_CN NLS_INFO+= help2man-${lang} .endfor .for lang in da de el eo es fi fr hr hu it ja nb pl pt_BR ru sr sv ta uk vi zh_CN NLS_PLIST_FILES+= man/${lang}/man1/help2man.1.gz \ share/locale/${lang}/LC_MESSAGES/help2man.mo .endfor - -post-patch: - @${REINPLACE_CMD} -e '/^pkglibdir/ s|/help2man$$||' ${WRKSRC}/Makefile.in .include Index: head/misc/help2man/files/patch-Makefile.in =================================================================== --- head/misc/help2man/files/patch-Makefile.in (nonexistent) +++ head/misc/help2man/files/patch-Makefile.in (revision 524936) @@ -0,0 +1,18 @@ +--- 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 Property changes on: head/misc/help2man/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property