aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 06:50:20 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 07:04:54 +0000
commit077c863df3e350452da2877d18ed289a7ca1e01d (patch)
treefcd99478a36368533a63c9e2bb474d0c37a794ec
parent3b33ec1b0e1e9a723e3862359bc1081893ec091e (diff)
downloadports-077c863df3e350452da2877d18ed289a7ca1e01d.tar.gz
ports-077c863df3e350452da2877d18ed289a7ca1e01d.zip
sysutils/safecopy: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/safecopy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/safecopy/Makefile b/sysutils/safecopy/Makefile
index c7595284f425..38c34affcafe 100644
--- a/sysutils/safecopy/Makefile
+++ b/sysutils/safecopy/Makefile
@@ -1,5 +1,6 @@
PORTNAME= safecopy
PORTVERSION= 1.7
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
@@ -12,8 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/safecopy \
- man/man1/safecopy.1.gz
+ share/man/man1/safecopy.1.gz
.include <bsd.port.mk>