diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:00:27 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:08:12 +0100 |
commit | 086c2e65b2e9dd29e50b9a8235a316e3e1f9e405 (patch) | |
tree | b01ca937e84470f77fb1729c1e51174a56738ea6 | |
parent | 90b7f536a05adb680edcd511ccb5556cfcdc682a (diff) | |
download | freebsd-ports-086c2e65b2e9dd29e50b9a8235a316e3e1f9e405.zip |
games/ishido: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/ishido/Makefile | 4 | ||||
-rw-r--r-- | games/ishido/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/ishido/Makefile b/games/ishido/Makefile index dd14d4b74c19..f559dd99b86f 100644 --- a/games/ishido/Makefile +++ b/games/ishido/Makefile @@ -1,6 +1,6 @@ PORTNAME= ishido PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= LOCAL/obrien @@ -12,7 +12,7 @@ USE_XORG= x11 MAKE_ENV= X11BASE=${LOCALBASE} do-install: - ${INSTALL_MAN} ${WRKSRC}/ishido.6 ${STAGEDIR}${PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/ishido.6 ${STAGEDIR}${PREFIX}/share/man/man6 ${INSTALL} ${COPY} ${STRIP} ${WRKSRC}/ishido ${STAGEDIR}${PREFIX}/bin ${INSTALL} ${COPY} ${WRKSRC}/ishido_scores ${STAGEDIR}${PREFIX}/share/misc/ishido_scores diff --git a/games/ishido/pkg-plist b/games/ishido/pkg-plist index 3ade2dd9a92b..d8b6e549f4bd 100644 --- a/games/ishido/pkg-plist +++ b/games/ishido/pkg-plist @@ -3,7 +3,7 @@ bin/ishido @group @mode -man/man6/ishido.6.gz +share/man/man6/ishido.6.gz @mode 664 @group games share/misc/ishido_scores |