diff options
Diffstat (limited to 'filesystems/scan_ffs/Makefile')
-rw-r--r-- | filesystems/scan_ffs/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/filesystems/scan_ffs/Makefile b/filesystems/scan_ffs/Makefile new file mode 100644 index 000000000000..59d5340aa7fb --- /dev/null +++ b/filesystems/scan_ffs/Makefile @@ -0,0 +1,18 @@ +PORTNAME= scan_ffs +PORTVERSION= 1.2 +PORTREVISION= 1 +CATEGORIES= filesystems sysutils +MASTER_SITES= http://www.ranner.eu/stuff/ + +MAINTAINER= michael@ranner.eu +COMMENT= Scan_ffs recovers lost disklabel + +USES= tar:bzip2 + +PLIST_FILES= sbin/scan_ffs share/man/man8/scan_ffs.8.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/scan_ffs ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/scan_ffs.8 ${STAGEDIR}${PREFIX}/share/man/man8 + +.include <bsd.port.mk> |