diff options
Diffstat (limited to 'sysutils/mksunbootcd/Makefile')
-rw-r--r-- | sysutils/mksunbootcd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/mksunbootcd/Makefile b/sysutils/mksunbootcd/Makefile index 6c489376eb95..aa2b528c2a39 100644 --- a/sysutils/mksunbootcd/Makefile +++ b/sysutils/mksunbootcd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mksunbootcd -# Date Created: 5 Jan 2001 -# Whom: Roman Shterenzon <roman@xpert.com> -# +# Created by: Roman Shterenzon <roman@xpert.com> # $FreeBSD$ -# PORTNAME= mksunbootcd PORTVERSION= 1.0 @@ -19,6 +15,7 @@ PLIST_FILES= bin/mksunbootcd GNU_CONFIGURE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mksunbootcd ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 |