diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-01-31 00:41:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-01-31 00:41:12 +0800 |
commit | dde67f62c58862d0707e5f413596e6f4cc18aabf (patch) | |
tree | a8baf0a82548170b060d3ec23839e27655ca729a /misc/help2man/Makefile | |
parent | b8c37d764534ecb54ef4e31163ef5ba97598ba6a (diff) | |
download | freebsd-ports-gnome-dde67f62c58862d0707e5f413596e6f4cc18aabf.tar.gz freebsd-ports-gnome-dde67f62c58862d0707e5f413596e6f4cc18aabf.tar.zst freebsd-ports-gnome-dde67f62c58862d0707e5f413596e6f4cc18aabf.zip |
- Update to 1.41.1
Changes:
- Rename configure.in to .ac, and revise use of AC_INIT/AC_OUTPUT macros to meet
current autoconf guidelines.
- Add copyright headers to supporting files (GNU All-Permissive License).
- Fix section name comparisons ($sect is localised).
- Set filenames in italics (as suggested by Yann Soubeyrand).
- Suppress option/filename handling in EXAMPLES section.
Diffstat (limited to 'misc/help2man/Makefile')
-rw-r--r-- | misc/help2man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index f8c2eebf5360..0d64b83ecd04 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= help2man -PORTVERSION= 1.40.13 +PORTVERSION= 1.41.1 CATEGORIES= misc MASTER_SITES= GNU/${PORTNAME} |