diff options
Diffstat (limited to 'sysutils/fconfig/Makefile')
-rw-r--r-- | sysutils/fconfig/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/fconfig/Makefile b/sysutils/fconfig/Makefile index 774df468c1b1..d383e4674b62 100644 --- a/sysutils/fconfig/Makefile +++ b/sysutils/fconfig/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fconfig -# Date created: Oct 26, 2009 -# Whom: thompsa@FreeBSD.org -# +# Created by: thompsa@FreeBSD.org # $FreeBSD$ -# PORTNAME= fconfig PORTVERSION= 20080329 @@ -18,6 +14,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes PLIST_FILES= sbin/fconfig +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fconfig ${PREFIX}/sbin |