diff options
Diffstat (limited to 'net/ppxp/Makefile')
-rw-r--r-- | net/ppxp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile index 750d0d2b2c76..e02dbac4110c 100644 --- a/net/ppxp/Makefile +++ b/net/ppxp/Makefile @@ -4,7 +4,7 @@ # Whom: Norio Suzuki # KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp> # -# $Id: Makefile,v 1.2 1999/01/02 20:27:41 sada Exp $ +# $Id: Makefile,v 1.3 1999/01/07 08:19:47 simokawa Exp $ # DISTNAME= ppxp-0.98112523 @@ -82,10 +82,4 @@ post-install: @${MKDIR} ${PREFIX}/share/doc/xppxp @${INSTALL_DATA} ${WRKSRC}/console/xppxp/README ${PREFIX}/share/doc/xppxp -hoge: -.if defined(USE_TCLJP) - echo hoge -.endif - - .include <bsd.port.mk> |