aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 13:23:27 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 13:23:57 +0000
commit8b949c3aaa035b758aa3155d8889dfdc723f2cd7 (patch)
treec8008965b2eff368ed8b9d2b29eb99fa96532f0c
parente32b86864523e113c1779765f870e3290c1130c2 (diff)
downloadports-8b949c3aaa035b758aa3155d8889dfdc723f2cd7.tar.gz
ports-8b949c3aaa035b758aa3155d8889dfdc723f2cd7.zip
chinese/aterm: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--chinese/aterm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/aterm/Makefile b/chinese/aterm/Makefile
index 7fc86d40be76..fbf2e9e33ef0 100644
--- a/chinese/aterm/Makefile
+++ b/chinese/aterm/Makefile
@@ -1,5 +1,6 @@
PORTNAME= aterm
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= chinese x11
MASTER_SITES= SF
@@ -10,12 +11,13 @@ WWW= https://aterm.sourceforge.net/
USES= cpe xorg
USE_XORG= xpm
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-xim --enable-big5
MAKE_JOBS_UNSAFE= yes
CONFLICTS_INSTALL= aterm
PLIST_FILES= "@(,,4711) bin/aterm" \
- man/man1/aterm.1.gz
+ share/man/man1/aterm.1.gz
.include <bsd.port.mk>