git: 5f40dc395c34 - main - textproc/atom: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 22:05:42 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5f40dc395c3452bc1a95b0be4f3d28ead73229f1
commit 5f40dc395c3452bc1a95b0be4f3d28ead73229f1
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 21:07:10 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 22:05:26 +0000
textproc/atom: Move man pages to share/man
Approved by: portmgr (blanket)
---
textproc/atom/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/textproc/atom/Makefile b/textproc/atom/Makefile
index aab18bda922c..874709f44883 100644
--- a/textproc/atom/Makefile
+++ b/textproc/atom/Makefile
@@ -1,5 +1,6 @@
PORTNAME= atom
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.bayofrum.net/dist/atom/ \
http://muuz.deadbbs.com/FreeBSD/atom/
@@ -13,14 +14,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
-PLIST_FILES= bin/atom man/man1/atom.1.gz
+PLIST_FILES= bin/atom share/man/man1/atom.1.gz
PORTDOCS= README TODO testFile
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}