diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-01-10 15:56:35 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-01-10 15:56:35 +0000 |
commit | 17c6c9a4fc61aaef7236e0736fc2089a38f15df9 (patch) | |
tree | 18a8b803f4843b1ad50cea1070d0804676f1eecc /net/ppxp | |
parent | 0e94e899b1f5de11e2c27d704e46066dfbcc4db8 (diff) | |
download | ports-17c6c9a4fc61aaef7236e0736fc2089a38f15df9.tar.gz ports-17c6c9a4fc61aaef7236e0736fc2089a38f15df9.zip |
Notes
Diffstat (limited to 'net/ppxp')
-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> |