diff options
Diffstat (limited to 'misc/fxload/Makefile')
-rw-r--r-- | misc/fxload/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/fxload/Makefile b/misc/fxload/Makefile index df27faefa988..f94cbefe6833 100644 --- a/misc/fxload/Makefile +++ b/misc/fxload/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fxload -# Date created: 10 May 2010 -# Whom: Wojciech A. Koszek <wkoszek@FreeBSD.org> -# +# Created by: Wojciech A. Koszek <wkoszek@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fxload PORTVERSION= 20100510 @@ -17,6 +13,7 @@ MAN8= fxload.8 USE_GMAKE= yes SUB_FILES= pkg-message +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fxload ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/fxload.8 ${PREFIX}/man/man8 |