diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 17:31:44 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 17:31:44 +0100 |
commit | d3b6658ceb1e3faa867fdd910c538e0e0327390f (patch) | |
tree | e9701e15bb6452a9fab514bb91f28bf6f0f68b38 /lang | |
parent | 877b7aa479544d9a37df31a41aedf4eabef6bcc6 (diff) | |
download | freebsd-ports-d3b6658ceb1e3faa867fdd910c538e0e0327390f.zip |
lang/tauthon: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tauthon/Makefile | 2 | ||||
-rw-r--r-- | lang/tauthon/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lang/tauthon/Makefile b/lang/tauthon/Makefile index b4d20fa02fa5..7fc1266de42f 100644 --- a/lang/tauthon/Makefile +++ b/lang/tauthon/Makefile @@ -7,6 +7,7 @@ PORTNAME= tauthon DISTVERSIONPREFIX= v DISTVERSION= 2.8.5 +PORTREVISION= 1 CATEGORIES= lang python MAINTAINER= olce.freebsd.ports@certner.fr @@ -27,6 +28,7 @@ GH_PROJECT= tauthon USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share # Piggyback on Python support in shebangfix python_CMD= ${PREFIX}/bin/${NAME_VERSION} # Better be safe than sorry diff --git a/lang/tauthon/pkg-plist b/lang/tauthon/pkg-plist index 3f30597e6ecf..02958db51f30 100644 --- a/lang/tauthon/pkg-plist +++ b/lang/tauthon/pkg-plist @@ -4715,4 +4715,4 @@ lib/tauthon%%VERSION_NOMICRO%%/zipfile.py lib/tauthon%%VERSION_NOMICRO%%/zipfile.pyc lib/tauthon%%VERSION_NOMICRO%%/zipfile.pyo libdata/pkgconfig/tauthon-%%VERSION_NOMICRO%%.pc -man/man1/tauthon%%VERSION_NOMICRO%%.1.gz +share/man/man1/tauthon%%VERSION_NOMICRO%%.1.gz |