blob: 38a46f5b0210ae71f2d593fbe2a08e4928d98b4f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: scan_ffs
# Date created: 20040112
# Whom: mranner@inode.at
#
# $FreeBSD$
#
PORTNAME= scan_ffs
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.ranner.jawa.at/stuff/
MAINTAINER= mranner@inode.at
COMMENT= Scan_ffs recovers lost disklabel
MAN8= scan_ffs.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scan_ffs ${PREFIX}/sbin/.
${INSTALL_MAN} ${WRKSRC}/scan_ffs.8 ${MAN8PREFIX}/man/man8/.
.include <bsd.port.mk>
|