diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:07:10 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:07:10 +0100 |
commit | 5e8e33e86e55678abce4ae5957cbff6e420603be (patch) | |
tree | 9c2ae8569afdbc8698e6d6b72ad1e30498ce3d1e | |
parent | 3dac0919f518adcfe5db8adca7a4633d5418fc95 (diff) | |
download | freebsd-ports-5e8e33e86e55678abce4ae5957cbff6e420603be.zip |
games/vms-empire: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/vms-empire/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/vms-empire/Makefile b/games/vms-empire/Makefile index dcca6a0bb93b..fd00dcb70b35 100644 --- a/games/vms-empire/Makefile +++ b/games/vms-empire/Makefile @@ -1,5 +1,6 @@ PORTNAME= vms-empire PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/vms-empire/ @@ -15,7 +16,7 @@ PORTDOCS= AUTHORS BUGS HACKING NEWS README OPTIONS_DEFINE= DOCS PLIST_FILES= bin/${PORTNAME} \ - man/man6/${PORTNAME}.6.gz \ + share/man/man6/${PORTNAME}.6.gz \ share/appdata/${PORTNAME}.xml \ ${DESKTOPDIR}/${PORTNAME}.desktop \ share/icons/hicolor/48x48/apps/${PORTNAME}.png @@ -24,7 +25,7 @@ post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS|CFLAGS?|; \ s|/usr/bin|${PREFIX}/bin|; \ s|/usr/share/|${PREFIX}/share/|; \ - s|/usr/local/share/man|${PREFIX}/man|' \ + s|/usr/local/share/man|${PREFIX}/share/man|' \ ${WRKSRC}/Makefile post-install: |