aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2024-01-11 16:34:50 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2024-01-11 16:34:50 +0000
commitd3ffc561fab2c74f388c79204f43102a00a1e3e0 (patch)
treef94cd7c63efc5c85b2a47a84da95818f7346826f
parent7afabdcdfd9edf0f7c16cb52e73d5254321b2900 (diff)
downloadports-d3ffc561fab2c74f388c79204f43102a00a1e3e0.tar.gz
ports-d3ffc561fab2c74f388c79204f43102a00a1e3e0.zip
mail/pathalias: use ${PREFIX}/share/man
-rw-r--r--mail/pathalias/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/pathalias/Makefile b/mail/pathalias/Makefile
index 3786cc126efb..62833333a304 100644
--- a/mail/pathalias/Makefile
+++ b/mail/pathalias/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pathalias
PORTVERSION= 9.16
+PORTREVISIOMN= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.dinoex.de/pub/approved/
@@ -10,10 +11,10 @@ USES= tar:Z
ALL_TARGET= pathalias
-PLIST_FILES= bin/pathalias man/man8/pathalias.8.gz
+PLIST_FILES= bin/pathalias share/man/man8/pathalias.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pathalias ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/pathalias.8 ${STAGEDIR}${PREFIX}/man/man8/
+ ${INSTALL_MAN} ${WRKSRC}/pathalias.8 ${STAGEDIR}${PREFIX}/share/man/man8/
.include <bsd.port.mk>