diff options
Diffstat (limited to 'japanese/gicq/Makefile')
-rw-r--r-- | japanese/gicq/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/japanese/gicq/Makefile b/japanese/gicq/Makefile index c389db9..ce925df 100644 --- a/japanese/gicq/Makefile +++ b/japanese/gicq/Makefile @@ -3,7 +3,7 @@ # Date Created: 31 Oct 1998 # Whom: Seiichirou Hiraoka # -# $Id: Makefile,v 1.4 1998/12/11 02:30:33 flathill Exp $ +# $Id: Makefile,v 1.5 1999/03/31 11:35:55 flathill Exp $ # DISTNAME= gicq-0.33 @@ -28,13 +28,4 @@ CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \ LIBS="-lxpg4" -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/src/gicq ${PREFIX}/bin - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/gicq - ${INSTALL_DATA} ${WRKSRC}/doc/index.html ${PREFIX}/share/doc/gicq -.endif - .include <bsd.port.mk> |