summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 09:07:10 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 09:07:10 +0100
commit5e8e33e86e55678abce4ae5957cbff6e420603be (patch)
tree9c2ae8569afdbc8698e6d6b72ad1e30498ce3d1e
parent3dac0919f518adcfe5db8adca7a4633d5418fc95 (diff)
downloadfreebsd-ports-5e8e33e86e55678abce4ae5957cbff6e420603be.zip
games/vms-empire: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--games/vms-empire/Makefile5
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: