diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-07-25 16:55:12 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-07-25 16:55:12 +0800 |
commit | cfb9447f9befe57b72efce85ed68a6a862e7a215 (patch) | |
tree | c736a5893855c12dc9babf00c3f2dbaebfc2793e /graphics | |
parent | bb3e9429739d02481040c6a1d4cea9e7dacc5cb0 (diff) | |
download | freebsd-ports-graphics-cfb9447f9befe57b72efce85ed68a6a862e7a215.tar.gz freebsd-ports-graphics-cfb9447f9befe57b72efce85ed68a6a862e7a215.tar.zst freebsd-ports-graphics-cfb9447f9befe57b72efce85ed68a6a862e7a215.zip |
- take maintainership
- make portlint happier
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 1d46d269f5a..31a0b17b062 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 |