diff options
Diffstat (limited to 'net/imm')
-rw-r--r-- | net/imm/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/imm/Makefile b/net/imm/Makefile index ee78f07d0a9d..b8a4751b3e9c 100644 --- a/net/imm/Makefile +++ b/net/imm/Makefile @@ -3,7 +3,7 @@ # Date created: 13 October 1994 # Whom: wollman # -# $Id: Makefile,v 1.12 1997/09/11 03:55:02 fenner Exp $ +# $Id: Makefile,v 1.13 1997/09/12 01:42:52 asami Exp $ # DISTNAME= imm-3.5a1 @@ -18,9 +18,6 @@ LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 USE_X11= yes -post-extract: - ${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/src - # The included makefile doesn't have an "install" target. do-install: ${INSTALL_PROGRAM} ${WRKSRC}/freebsd/imm ${PREFIX}/bin |