aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 14:24:01 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 14:30:30 +0000
commit5cbad553fb5552dba6d22bc3ae28b7500f926f60 (patch)
tree74a0ec1a11953b1ef9a12819563ad70b22c0e523
parent1e268e0451c5ccacc328a52b2db4eca4719798b4 (diff)
downloadports-5cbad553fb5552dba6d22bc3ae28b7500f926f60.tar.gz
ports-5cbad553fb5552dba6d22bc3ae28b7500f926f60.zip
sysutils/cdargs: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/cdargs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/cdargs/Makefile b/sysutils/cdargs/Makefile
index 18a6b3566280..3118ca1730aa 100644
--- a/sysutils/cdargs/Makefile
+++ b/sysutils/cdargs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cdargs
PORTVERSION= 1.35
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.skamphausen.de/downloads/cdargs/ \
http://fossies.org/unix/privat/ \
@@ -14,8 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= ncurses
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-PLIST_FILES= bin/cdargs man/man1/cdargs.1.gz
+PLIST_FILES= bin/cdargs share/man/man1/cdargs.1.gz
post-patch:
@${REINPLACE_CMD} -e \