diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile index 3382b4c5263e..81a88b9c89fc 100644 --- a/multimedia/recmpeg/Makefile +++ b/multimedia/recmpeg/Makefile @@ -1,21 +1,22 @@ PORTNAME= recmpeg PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= SF/fame/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple video encoder WWW= https://fame.sourceforge.net/ LIB_DEPENDS= libfame.so:multimedia/libfame GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/recmpeg \ - man/man1/recmpeg.1.gz + share/man/man1/recmpeg.1.gz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include