Date: Sun, 28 Jan 2024 13:39:58 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e6188c9bbd0f - main - editors/emacs-devel: Moved man to share/man Message-ID: <202401281339.40SDdwCZ075000@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6188c9bbd0f7a55b8b70738fdb2c555cc4dfb58 commit e6188c9bbd0f7a55b8b70738fdb2c555cc4dfb58 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-28 12:49:17 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-28 13:39:32 +0000 editors/emacs-devel: Moved man to share/man Approved by: portmgr (blanket) --- editors/emacs-devel/Makefile | 2 ++ editors/emacs-devel/pkg-plist | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index f747bb6699c7..e23a0be88370 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= emacs DISTVERSION= 30.0.50.20240115 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= editors PKGNAMESUFFIX= -devel @@ -27,6 +28,7 @@ GH_ACCOUNT= emacs-mirror GH_TAGNAME= 43612103c221ffb300536798e2b8a8adb753f594 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-build-details \ --localstatedir=/var \ --without-gconf \ diff --git a/editors/emacs-devel/pkg-plist b/editors/emacs-devel/pkg-plist index 5556682be959..d731c1a5a5af 100644 --- a/editors/emacs-devel/pkg-plist +++ b/editors/emacs-devel/pkg-plist @@ -7,11 +7,11 @@ bin/etags libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/hexl libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/movemail libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/rcs2log -man/man1/ctags.1.gz -man/man1/ebrowse.1.gz -man/man1/emacs.1.gz -man/man1/emacsclient.1.gz -man/man1/etags.1.gz +share/man/man1/ctags.1.gz +share/man/man1/ebrowse.1.gz +share/man/man1/emacs.1.gz +share/man/man1/emacsclient.1.gz +share/man/man1/etags.1.gz share/applications/emacs.desktop share/applications/emacsclient.desktop share/applications/emacs-mail.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401281339.40SDdwCZ075000>