diff options
Diffstat (limited to 'sysutils/unieject/Makefile')
-rw-r--r-- | sysutils/unieject/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile index 0ae78f6a21c2..95b5c35ad013 100644 --- a/sysutils/unieject/Makefile +++ b/sysutils/unieject/Makefile @@ -30,7 +30,7 @@ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -lcdio -lconfuse CONFIGURE_ENV= PKG_CONFIG="${TRUE}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \ - --with-libpopt-prefix=${LOCALBASE} --mandir=${MANPREFIX}/man + --with-libpopt-prefix=${LOCALBASE} post-patch: ${REINPLACE_CMD} -e 's#if.*<<<$$DOXYFORMATS#if false#' ${WRKSRC}/configure |