mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
PR: 190533 Submitted by: maintaine
This commit is contained in:
parent
cf22ecb48d
commit
f6d7fd99c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356567
@ -3,16 +3,25 @@
|
||||
|
||||
PORTNAME= mtx
|
||||
PORTVERSION= 1.3.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
|
||||
|
||||
MAINTAINER= 5u623l20@gmail.com
|
||||
COMMENT= Control SCSI media changer devices
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
MAN1= loaderinfo.1 mtx.1 tapeinfo.1 scsitape.1 scsieject.1
|
||||
PLIST_FILES= sbin/mtx sbin/tapeinfo sbin/loaderinfo sbin/scsitape sbin/scsieject
|
||||
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
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|@prefix@|${STAGEDIR}${PREFIX}|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
${REINPLACE_CMD} -e 's|@mandir@|${STAGEDIR}${PREFIX}/man|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user