diff options
Diffstat (limited to 'devel/librcd/Makefile')
-rw-r--r-- | devel/librcd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/librcd/Makefile b/devel/librcd/Makefile index 87f16f062c35..8d155548178d 100644 --- a/devel/librcd/Makefile +++ b/devel/librcd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: librcd -# Date created: 30-12-2007 -# Whom: Ulrich Spoerlein <uspoerlein@gmail.com> -# +# Created by: Ulrich Spoerlein <uspoerlein@gmail.com> # $FreeBSD$ -# PORTNAME= librcd PORTVERSION= 0.1.13 @@ -22,4 +18,5 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> |