1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-25 15:19:20 +00:00
parent 629fde757f
commit f64c657216
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346021

View File

@ -11,12 +11,10 @@ COMMENT= Scan_ffs recovers lost disklabel
USE_BZIP2= yes
MAN8= scan_ffs.8
PLIST_FILES= sbin/scan_ffs
PLIST_FILES= sbin/scan_ffs man/man8/scan_ffs.8.gz
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scan_ffs ${PREFIX}/sbin/.
${INSTALL_MAN} ${WRKSRC}/scan_ffs.8 ${MAN8PREFIX}/man/man8/.
${INSTALL_PROGRAM} ${WRKSRC}/scan_ffs ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/scan_ffs.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>