aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-22 21:07:10 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-22 22:05:26 +0000
commit5f40dc395c3452bc1a95b0be4f3d28ead73229f1 (patch)
tree7321e7b03d3c3efca5ddc702d1143cca77bf0828
parent9e3ff8f0b99e7b3074f3e83c954a0395185f63f0 (diff)
downloadports-5f40dc395c3452bc1a95b0be4f3d28ead73229f1.tar.gz
ports-5f40dc395c3452bc1a95b0be4f3d28ead73229f1.zip
textproc/atom: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--textproc/atom/Makefile5
1 files 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}