aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 11:38:36 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 11:38:36 +0000
commit0edc687243b4fae67ed3af47c1a9ef5e7d1a4c5a (patch)
treee9d85623c8b9b90e05e1f7f14142564e412ba063
parent7ff0aad767035d57fb6f16f50459212078f799ee (diff)
downloadports-0edc687243b4fae67ed3af47c1a9ef5e7d1a4c5a.tar.gz
ports-0edc687243b4fae67ed3af47c1a9ef5e7d1a4c5a.zip
print/min12xxw: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--print/min12xxw/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/min12xxw/Makefile b/print/min12xxw/Makefile
index c4359a522f6e..ed044a617e89 100644
--- a/print/min12xxw/Makefile
+++ b/print/min12xxw/Makefile
@@ -1,5 +1,6 @@
PORTNAME= min12xxw
PORTVERSION= 0.0.9
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://hinterbergen.de/mala/min12xxw/
@@ -11,9 +12,10 @@ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/esc-m \
bin/min12xxw \
- man/man1/min12xxw.1.gz
+ share/man/man1/min12xxw.1.gz
.include <bsd.port.mk>