summaryrefslogtreecommitdiff
path: root/net/py-tofu/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-08 22:55:25 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-08 22:55:25 +0000
commit6875a665f5d19f538b22da30d8abc18f5cadf57c (patch)
tree1f8f83000ec58a2675e39e723a6915fb41877cfe /net/py-tofu/Makefile
parentdc201b58840d0d9f8a82d59c29fb8db0dada8691 (diff)
downloadfreebsd-ports-6875a665f5d19f538b22da30d8abc18f5cadf57c.zip
Use %%PYTHON_SITELIBDIR%%
Remove bsd.port.pre.mk
Diffstat (limited to 'net/py-tofu/Makefile')
-rw-r--r--net/py-tofu/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/py-tofu/Makefile b/net/py-tofu/Makefile
index 3e5a36e144b3..0c18bf249051 100644
--- a/net/py-tofu/Makefile
+++ b/net/py-tofu/Makefile
@@ -11,7 +11,6 @@ CATEGORIES= net python
MASTER_SITES= http://download.gna.org/soya/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Tofu-${PORTVERSION}
-EXTRACT_SUFX= .tar.bz2
MAINTAINER= acardenas@bsd.org.pe
COMMENT= Tofu is a practical high-level network game engine
@@ -24,12 +23,10 @@ USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/Tofu-${PORTVERSION}
EXAMPLESDIR= ${PREFIX}/share/examples/py-tofu
-.include <bsd.port.pre.mk>
-
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/demo/* ${EXAMPLESDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>