summaryrefslogtreecommitdiff
path: root/textproc/uni2ascii
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 17:27:45 +0100
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 17:27:53 +0100
commit72fa01913d6a670015d043dc5d92fa3d849f08ab (patch)
treed05da5bf55dcef351a6889c8391a8f3fc709f176 /textproc/uni2ascii
parentdatabases/rrdtool: fix build with lld 17 (diff)
MAN?PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'textproc/uni2ascii')
-rw-r--r--textproc/uni2ascii/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/uni2ascii/Makefile b/textproc/uni2ascii/Makefile
index 08e8315834ce..1a3b2e8bdc06 100644
--- a/textproc/uni2ascii/Makefile
+++ b/textproc/uni2ascii/Makefile
@@ -1,5 +1,6 @@
PORTNAME= uni2ascii
PORTVERSION= 4.18
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://billposer.org/Software/Downloads/ \
LOCAL/ehaupt
@@ -15,13 +16,13 @@ GNU_CONFIGURE= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-PLIST_FILES= bin/uni2ascii bin/ascii2uni man/man1/uni2ascii.1.gz \
- man/man1/ascii2uni.1.gz
+PLIST_FILES= bin/uni2ascii bin/ascii2uni share/man/man1/uni2ascii.1.gz \
+ share/man/man1/ascii2uni.1.gz
do-install:
.for f in ${PORTNAME} ascii2uni
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${PREFIX}/share/man/man1
.endfor
.include <bsd.port.mk>