diff options
Diffstat (limited to 'sysutils/linux-nero/Makefile')
-rw-r--r-- | sysutils/linux-nero/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/linux-nero/Makefile b/sysutils/linux-nero/Makefile index 7dacead22380..51c5e6e44a19 100644 --- a/sysutils/linux-nero/Makefile +++ b/sysutils/linux-nero/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/linux-nero -# Date created: 23 Apr 2007 -# Whom: Boris Samorodov <bsam@FreeBSD.org> -# +# Created by: Boris Samorodov <bsam@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nero PORTVERSION= 4.0.0.0 @@ -27,4 +23,5 @@ USE_LDCONFIG= yes BRANDELF_DIRS= usr/bin SRC_DISTFILES= +NO_STAGE= yes .include <bsd.port.mk> |