Skip to content
Permalink
Browse files

doc: Drop modification time from manpages

Replace the manpage modification date with the MacPorts version. This
allows us to remove the extra call to git to find the last commit date,
and thus no longer requires us to commit the .txt file and the generated
manpage in separate commits.

Additionally, this removes the possibility of the date going backwards
when merging older pull requests with an old author date. We can also
not use the commit date to generate the date, because we usually rebase
commits when merging (which changes the commit date).
  • Loading branch information
neverpanic committed Mar 12, 2018
1 parent 0b34d25 commit cc53341c3246b4ca993e3edd95829e68c51fcb71
Showing with 56 additions and 56 deletions.
  1. +1 −1 doc/Makefile.in
  2. +1 −1 doc/macports.conf.5
  3. +1 −1 doc/port-activate.1
  4. +1 −1 doc/port-archive.1
  5. +1 −1 doc/port-archivefetch.1
  6. +1 −1 doc/port-cat.1
  7. +1 −1 doc/port-cd.1
  8. +1 −1 doc/port-clean.1
  9. +1 −1 doc/port-contents.1
  10. +1 −1 doc/port-dependents.1
  11. +1 −1 doc/port-deps.1
  12. +1 −1 doc/port-diagnose.1
  13. +1 −1 doc/port-dir.1
  14. +1 −1 doc/port-distcheck.1
  15. +1 −1 doc/port-distfiles.1
  16. +1 −1 doc/port-dmg.1
  17. +1 −1 doc/port-echo.1
  18. +1 −1 doc/port-edit.1
  19. +1 −1 doc/port-exit.1
  20. +1 −1 doc/port-fetch.1
  21. +1 −1 doc/port-gohome.1
  22. +1 −1 doc/port-help.1
  23. +1 −1 doc/port-info.1
  24. +1 −1 doc/port-install.1
  25. +1 −1 doc/port-installed.1
  26. +1 −1 doc/port-lint.1
  27. +1 −1 doc/port-list.1
  28. +1 −1 doc/port-livecheck.1
  29. +1 −1 doc/port-load.1
  30. +1 −1 doc/port-log.1
  31. +1 −1 doc/port-mirror.1
  32. +1 −1 doc/port-notes.1
  33. +1 −1 doc/port-outdated.1
  34. +1 −1 doc/port-platform.1
  35. +1 −1 doc/port-provides.1
  36. +1 −1 doc/port-reclaim.1
  37. +1 −1 doc/port-rev-upgrade.1
  38. +1 −1 doc/port-search.1
  39. +1 −1 doc/port-select.1
  40. +1 −1 doc/port-selfupdate.1
  41. +1 −1 doc/port-setrequested.1
  42. +1 −1 doc/port-space.1
  43. +1 −1 doc/port-sync.1
  44. +1 −1 doc/port-unarchive.1
  45. +1 −1 doc/port-uninstall.1
  46. +1 −1 doc/port-upgrade.1
  47. +1 −1 doc/port-usage.1
  48. +1 −1 doc/port-variants.1
  49. +1 −1 doc/port-version.1
  50. +1 −1 doc/port.1
  51. +1 −1 doc/portgroup.7
  52. +1 −1 doc/portstyle.7
  53. +1 −1 doc/portundocumented.7
  54. +1 −1 doc/pubkeys.conf.5
  55. +1 −1 doc/sources.conf.5
  56. +1 −1 doc/variants.conf.5
@@ -13,7 +13,7 @@ XSLTPROC= $(wildcard ${prefix}/bin/xsltproc)
DOCBOOK_XSL= $(wildcard ${prefix}/share/xsl/docbook-xsl/manpages/docbook.xsl)
endif

ASCIIDOCFLAGS= -f asciidoc.conf -a manversion=${MACPORTS_VERSION} -a revdate="$$(git log -1 --date=short --format=format:%ad -- $< || true)"
ASCIIDOCFLAGS= -f asciidoc.conf -a manversion=${MACPORTS_VERSION} -a revdate=${MACPORTS_VERSION}
XSLTFLAGS= -nonet

MAN1= \
@@ -1,5 +1,5 @@
'\" t
.TH "MACPORTS\&.CONF" "5" "2017\-10\-14" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "MACPORTS\&.CONF" "5" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-ACTIVATE" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-ACTIVATE" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-ARCHIVE" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-ARCHIVE" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-ARCHIVEFETCH" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-ARCHIVEFETCH" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-CAT" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-CAT" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-CD" "1" "2017\-01\-08" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-CD" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-CLEAN" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-CLEAN" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-CONTENTS" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-CONTENTS" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-DEPENDENTS" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-DEPENDENTS" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-DEPS" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-DEPS" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-DIAGNOSE" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-DIAGNOSE" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-DIR" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-DIR" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-DEPS" "1" "2017\-02\-27" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-DEPS" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-DISTFILES" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-DISTFILES" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-DMG" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-DMG" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-ECHO" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-ECHO" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-EDIT" "1" "2017\-04\-04" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-EDIT" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-EXIT" "1" "2017\-01\-08" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-EXIT" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-FETCH" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-FETCH" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-GOHOME" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-GOHOME" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-HELP" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-HELP" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-INFO" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-INFO" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-INSTALL" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-INSTALL" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-INSTALLED" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-INSTALLED" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-LINT" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-LINT" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-ECHO" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-ECHO" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-LIVECHECK" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-LIVECHECK" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-LOAD" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-LOAD" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-LOG" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-LOG" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-MIRROR" "1" "2016\-12\-27" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-MIRROR" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-NOTES" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-NOTES" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-OUTDATED" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-OUTDATED" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-PLATFORM" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-PLATFORM" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-PROVIDES" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-PROVIDES" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-RECLAIM" "1" "2017\-02\-17" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-RECLAIM" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-REV\-UPGRADE" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-REV\-UPGRADE" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-SEARCH" "1" "2017\-03\-31" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-SEARCH" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-SELECT" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-SELECT" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-SELFUPDATE" "1" "2017\-10\-27" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-SELFUPDATE" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-SETREQUESTED" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-SETREQUESTED" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-SPACE" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-SPACE" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-SYNC" "1" "2017\-10\-27" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-SYNC" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-UNARCHIVE" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-UNARCHIVE" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-INSTALL" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-INSTALL" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-UPGRADE" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-UPGRADE" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-USAGE" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-USAGE" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-VARIANTS" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-VARIANTS" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-VERSION" "1" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT\-VERSION" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORT" "1" "2018\-03\-12" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORT" "1" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORTGROUP" "7" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORTGROUP" "7" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORTSTYLE" "7" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORTSTYLE" "7" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PORTUNDOCUMENTED" "7" "2017\-02\-27" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PORTUNDOCUMENTED" "7" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "PUBKEYS\&.CONF" "5" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "PUBKEYS\&.CONF" "5" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "SOURCES\&.CONF" "5" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "SOURCES\&.CONF" "5" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
'\" t
.TH "VARIANTS\&.CONF" "5" "2016\-11\-06" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.TH "VARIANTS\&.CONF" "5" "2\&.4\&.99" "MacPorts 2\&.4\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

0 comments on commit cc53341

Please sign in to comment.
You can’t perform that action at this time.