Skip to content

Commit

Permalink
textproc/atom: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 22, 2024
1 parent 9e3ff8f commit 5f40dc3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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/
Expand All @@ -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}
Expand Down

0 comments on commit 5f40dc3

Please sign in to comment.