diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-03-12 23:36:52 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-03-12 23:36:52 +0000 |
commit | faae6a7343ed7b07869cb06c9543a7d0ed92d3fd (patch) | |
tree | d754e6f9f7a87b33add8fb9d5642337be5eb0a6c /graphics/enblend | |
parent | 728627897703e649e98e4a62532550ca9c3fc67b (diff) | |
download | ports-faae6a7343ed7b07869cb06c9543a7d0ed92d3fd.tar.gz ports-faae6a7343ed7b07869cb06c9543a7d0ed92d3fd.zip |
Notes
Diffstat (limited to 'graphics/enblend')
-rw-r--r-- | graphics/enblend/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index 35e7d16c728b..d78e765d2302 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -23,8 +23,8 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ RUN_DEPENDS= OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR USE_AUTOTOOLS= automake:env autoconf:env -USE_GMAKE= yes -# We need a newer version of makinfo for this. +USES= gmake +# We need a newer version of makeinfo for this. # Remove this line when we remove texinfo from the base system. CONFIGURE_ARGS= MAKEINFO="${LOCALBASE}/bin/makeinfo" @@ -39,11 +39,9 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= enfuse enblend -MAN1= enblend.1 enfuse.1 -PLIST_FILES= bin/enblend bin/enfuse +PLIST_FILES= bin/enblend bin/enfuse man/man1/enblend.1.gz man/man1/enfuse.1.gz -NO_STAGE= yes post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/${INFO_PATH} + ${INSTALL_DATA} ${WRKSRC}/doc/*.info ${STAGEDIR}${PREFIX}/${INFO_PATH} .include <bsd.port.mk> |