diff options
Diffstat (limited to 'converters/rcctools/Makefile')
-rw-r--r-- | converters/rcctools/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/converters/rcctools/Makefile b/converters/rcctools/Makefile index db5abdaf02d9..a30f78c9a614 100644 --- a/converters/rcctools/Makefile +++ b/converters/rcctools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rcctools -# Date created: 20-08-2009 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# PORTNAME= rcctools PORTVERSION= 0.1.1 @@ -24,4 +20,5 @@ CPPFLAGS+= -I${LOCALBASE}/include PLIST_FILES= bin/rcc-recode +NO_STAGE= yes .include <bsd.port.mk> |