diff options
Diffstat (limited to 'sysutils/ufs_copy/Makefile')
-rw-r--r-- | sysutils/ufs_copy/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/ufs_copy/Makefile b/sysutils/ufs_copy/Makefile index 8287ea4119df..1e0551b81a81 100644 --- a/sysutils/ufs_copy/Makefile +++ b/sysutils/ufs_copy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ufs_copy -# Date created: 3 July 2005 -# Whom: MANTANI Nobutaka <nobutaka@freebsd.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ufs_copy PORTVERSION= 20060921 @@ -18,6 +14,7 @@ COMMENT= Fast copy utility for UFS filesystem WRKSRC= ${WRKDIR}/ufs MAKE_ARGS= BINDIR=${PREFIX}/sbin +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |