mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
23 lines
447 B
Makefile
23 lines
447 B
Makefile
# Created by: mranner@inode.at
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scan_ffs
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.ranner.eu/stuff/
|
|
|
|
MAINTAINER= michael@ranner.eu
|
|
COMMENT= Scan_ffs recovers lost disklabel
|
|
|
|
USE_BZIP2= yes
|
|
|
|
MAN8= scan_ffs.8
|
|
PLIST_FILES= sbin/scan_ffs
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/scan_ffs ${PREFIX}/sbin/.
|
|
${INSTALL_MAN} ${WRKSRC}/scan_ffs.8 ${MAN8PREFIX}/man/man8/.
|
|
|
|
.include <bsd.port.mk>
|