summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-01-10 15:56:35 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-01-10 15:56:35 +0000
commit17c6c9a4fc61aaef7236e0736fc2089a38f15df9 (patch)
tree18a8b803f4843b1ad50cea1070d0804676f1eecc /net
parentAdd openssl. (diff)
Remove a useless target.
Notes
Notes: svn path=/head/; revision=15959
Diffstat (limited to 'net')
-rw-r--r--net/ppxp/Makefile8
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>