diff options
Diffstat (limited to 'multimedia/recmpeg/Makefile')
-rw-r--r-- | multimedia/recmpeg/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile index 740403b4d524..57f1e955bf17 100644 --- a/multimedia/recmpeg/Makefile +++ b/multimedia/recmpeg/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: recmpeg -# Date created: Mar 24, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= recmpeg PORTVERSION= 1.0.5 @@ -25,6 +20,7 @@ PLIST_FILES= bin/recmpeg CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" |