mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
misc/mtx: Moved man to share/man
This commit is contained in:
+5
-4
@@ -1,6 +1,6 @@
|
||||
PORTNAME= mtx
|
||||
PORTVERSION= 1.3.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
|
||||
|
||||
@@ -13,10 +13,11 @@ LICENSE= GPLv2
|
||||
USES= gmake
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
|
||||
PLIST_FILES= sbin/mtx sbin/tapeinfo sbin/loaderinfo sbin/scsitape sbin/scsieject \
|
||||
man/man1/loaderinfo.1.gz man/man1/mtx.1.gz man/man1/tapeinfo.1.gz \
|
||||
man/man1/scsitape.1.gz man/man1/scsieject.1.gz
|
||||
share/man/man1/loaderinfo.1.gz share/man/man1/mtx.1.gz share/man/man1/tapeinfo.1.gz \
|
||||
share/man/man1/scsitape.1.gz share/man/man1/scsieject.1.gz
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
@@ -27,7 +28,7 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-FreeBSD_14
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|@prefix@|${STAGEDIR}${PREFIX}|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
${REINPLACE_CMD} -e 's|@mandir@|${STAGEDIR}${PREFIX}/man|g' \
|
||||
${REINPLACE_CMD} -e 's|@mandir@|${STAGEDIR}${PREFIX}/share/man|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
# ${REINPLACE_CMD} -e '/false, true/d' \
|
||||
# ${WRKSRC}/mtx.h
|
||||
|
||||
Reference in New Issue
Block a user