diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/comical/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/comical/Makefile b/graphics/comical/Makefile index 1d46d269f5a5..31a0b17b0629 100644 --- a/graphics/comical/Makefile +++ b/graphics/comical/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= A sequential image viewer LIB_DEPENDS= unrar.3:${PORTSDIR}/archivers/libunrar @@ -40,7 +40,7 @@ post-patch: s|$$(CC)|${CXX}|; \ s|-I../unrar|-I${LOCALBASE}/include/libunrar3|;' \ ${WRKSRC}/src/Makefile - + @${REINPLACE_CMD} -e 's|gcc|${CC}|; \ s|CFLAGS=|CFLAGS+=|;' \ ${WRKSRC}/unzip/Makefile |