diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-28 12:49:17 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-28 13:39:32 +0000 |
commit | e6188c9bbd0f7a55b8b70738fdb2c555cc4dfb58 (patch) | |
tree | 727ec6ea20afa73f9936fe56e65bc6222e000a29 | |
parent | 6f6aba4b3090b91deacc6577d8ae18f988f3d7d5 (diff) | |
download | ports-e6188c9bbd0f7a55b8b70738fdb2c555cc4dfb58.tar.gz ports-e6188c9bbd0f7a55b8b70738fdb2c555cc4dfb58.zip |
editors/emacs-devel: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | editors/emacs-devel/Makefile | 2 | ||||
-rw-r--r-- | 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 |