diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-07-25 08:55:12 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-07-25 08:55:12 +0000 |
commit | ea3b8f6c676bcfa16e3b1be267d6f3800241f624 (patch) | |
tree | ae70baa359bd00e7e4ee5038dddfd8aed98d9c80 /graphics | |
parent | 44e9c6174aa0796f85527cc81879d44271c22cf6 (diff) |
Notes
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 |