diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-10 04:25:02 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-10 04:25:02 +0000 |
commit | 305e795caeb5548f0d45fd922623c4d1a33cffdb (patch) | |
tree | 8e45e7720817a32b695584bb9a506ae16d6320d4 /misc/gman/Makefile | |
parent | Give maintainership to submitter. (diff) |
upgrade to 0.9.3
drop maintainership
Notes
Notes:
svn path=/head/; revision=61024
Diffstat (limited to 'misc/gman/Makefile')
-rw-r--r-- | misc/gman/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/misc/gman/Makefile b/misc/gman/Makefile index bf96a882bbb5..a43712413b29 100644 --- a/misc/gman/Makefile +++ b/misc/gman/Makefile @@ -7,11 +7,11 @@ # PORTNAME= gman -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= misc MASTER_SITES= http://homex.coolconnect.com/user/xkwang/gman/ -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= ghostview:${PORTSDIR}/print/ghostview @@ -20,8 +20,9 @@ USE_GTK= yes MAN1= gman.1x -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gman ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/gman.1x ${MANPREFIX}/man/man1 +post-patch: + @${PERL} -pi -e "s,^CXX =,#CXX =,g ; s,^CXXFLAGS =,CXXFLAGS+=,g ; \ + s,gtk-config,${GTK_CONFIG},g ; s,= /usr,= ${PREFIX},g ; \ + s,/var/www,${LOCALBASE}/www,g" ${WRKSRC}/Makefile .include <bsd.port.mk> |