From 627bc800fb67c7893bfb60caf602e7812b09f081 Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Thu, 26 Dec 2013 17:15:08 +0000 Subject: [PATCH] multimedia/recmpeg: support stage and minor fixes --- multimedia/recmpeg/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile index 57f1e955bf17..a6a9d79e4592 100644 --- a/multimedia/recmpeg/Makefile +++ b/multimedia/recmpeg/Makefile @@ -8,19 +8,19 @@ CATEGORIES= multimedia MASTER_SITES= SF/fame/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A simple video encoder +COMMENT= Simple video encoder -LIB_DEPENDS= fame-0.9.1:${PORTSDIR}/multimedia/libfame +LIB_DEPENDS= libfame-0.9.so:${PORTSDIR}/multimedia/libfame GNU_CONFIGURE= yes MAN1= recmpeg.1 -PLIST_FILES= bin/recmpeg +PLIST_FILES= bin/recmpeg \ + man/man1/recmpeg.1.gz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include .if ${ARCH} == "ia64"