aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2024-03-20 19:11:21 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2024-03-20 19:11:21 +0000
commitcfc80eb510cd20e36653eb1d56d10e14803019f7 (patch)
tree4cfc67489ca35b5b13bd9218be525f717b08029a /deskutils
parentf762f84da0dc95a2bb8025bddd35c2a2ddef974e (diff)
downloadports-cfc80eb510cd20e36653eb1d56d10e14803019f7.tar.gz
ports-cfc80eb510cd20e36653eb1d56d10e14803019f7.zip
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/sowon/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/sowon/Makefile b/deskutils/sowon/Makefile
index f91aa159636f..95f1c523066e 100644
--- a/deskutils/sowon/Makefile
+++ b/deskutils/sowon/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sowon
DISTVERSION= g20201203
+PORTREVISION= 1
CATEGORIES= deskutils
MAINTAINER= nsonack@outlook.com
@@ -18,6 +19,11 @@ GH_TAGNAME= 0d43de4af5a430052aee2c2691fafe21ad80a83d
USE_SDL= sdl2
PLIST_FILES= bin/sowon \
- man/man6/sowon.6.gz
+ share/man/man6/sowon.6.gz
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/sowon ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/docs/sowon.6.gz \
+ ${STAGEDIR}${PREFIX}/share/man/man6
.include <bsd.port.mk>