Skip to content

Commit

Permalink
misc/gnu-watch: Move manpages to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Jan 21, 2024
1 parent e2dbf5e commit 8e1ef0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions misc/gnu-watch/Makefile
@@ -1,6 +1,7 @@
PORTNAME= watch
DISTVERSIONPREFIX= v
DISTVERSION= 3.3.17
PORTREVISION= 1
CATEGORIES= misc
PKGNAMEPREFIX= gnu-

Expand All @@ -22,7 +23,7 @@ GNU_CONFIGURE= yes
ALL_TARGET= watch

PLIST_FILES= bin/${PKGBASE} \
man/man1/gnu-watch.1.gz
share/man/man1/gnu-watch.1.gz

OPTIONS_DEFINE= NLS UNICODE
OPTIONS_DEFAULT= UNICODE
Expand All @@ -39,6 +40,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin/${PKGBASE}
${INSTALL_MAN} ${WRKSRC}/watch.1 \
${STAGEDIR}${MANPREFIX}/man/man1/${PKGBASE}.1
${STAGEDIR}${MANPREFIX}/share/man/man1/${PKGBASE}.1

.include <bsd.port.mk>

0 comments on commit 8e1ef0a

Please sign in to comment.