aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 21:58:54 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 22:35:33 +0000
commitdaf2152952f16b6d026938188740841f2cd873ca (patch)
treeb81dc97796212d6411fc621938cb4f833eb46e86
parentf1d402f9c7ce99d9a23a55c9a6406b6cfb2fe0ce (diff)
downloadports-daf2152952f16b6d026938188740841f2cd873ca.tar.gz
ports-daf2152952f16b6d026938188740841f2cd873ca.zip
converters/base64: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--converters/base64/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/base64/Makefile b/converters/base64/Makefile
index 793dee2abf3c..dad281d76e7e 100644
--- a/converters/base64/Makefile
+++ b/converters/base64/Makefile
@@ -1,6 +1,6 @@
PORTNAME= base64
PORTVERSION= 1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters
MASTER_SITES= http://www.fourmilab.ch/webtools/base64/
@@ -12,8 +12,9 @@ LICENSE= PD
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
ALL_TARGET= prog
PLIST_FILES= bin/base64 \
- man/man1/base64.1.gz
+ share/man/man1/base64.1.gz
.include <bsd.port.mk>