diff options
Diffstat (limited to 'devel/libbnr/Makefile')
-rw-r--r-- | devel/libbnr/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libbnr/Makefile b/devel/libbnr/Makefile index 19b9375bbd97..31b14b8fbf14 100644 --- a/devel/libbnr/Makefile +++ b/devel/libbnr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libbnr -# Date created: 2005-02-27 -# Whom: Ion-Mihai "IOnut" Tetcu<itetcu@people.tecnik93.com> -# +# Created by: Ion-Mihai "IOnut" Tetcu<itetcu@people.tecnik93.com> # $FreeBSD$ -# PORTNAME= libbnr PORTVERSION= 2.0.3 @@ -26,6 +22,7 @@ CFLAGS+= -g -DDEBUG PORTDOCS= README +NO_STAGE= yes post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example.c ${EXAMPLESDIR} |