diff options
author | sada <sada@FreeBSD.org> | 1999-01-10 23:56:35 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-01-10 23:56:35 +0800 |
commit | a1eceaf050bd8f47a6ca12f50964bfcb9fa88517 (patch) | |
tree | 3a254e9671f7f98e991c7dca2b198fc3c2df678c /net/ppxp | |
parent | bac19d966d22c14df069845eec8f49cefeeef492 (diff) | |
download | freebsd-ports-gnome-a1eceaf050bd8f47a6ca12f50964bfcb9fa88517.tar.gz freebsd-ports-gnome-a1eceaf050bd8f47a6ca12f50964bfcb9fa88517.tar.zst freebsd-ports-gnome-a1eceaf050bd8f47a6ca12f50964bfcb9fa88517.zip |
Remove a useless target.
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> |