From 72fa01913d6a670015d043dc5d92fa3d849f08ab Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 10 Jan 2024 17:27:45 +0100 Subject: MAN?PREFIX: eleminate its usage and move man to share/man --- textproc/uni2ascii/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'textproc/uni2ascii') 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 -- cgit v1.2.3