diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-08 17:48:49 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-08 17:48:49 +0000 |
commit | bd6d456d169629f1f2317c3af6460c4f0173c881 (patch) | |
tree | c9394007efe290d5d6d239c9511c2af764a14377 /lang/python21/Makefile | |
parent | 9a0d012feb0f99fd8c4adc4a37f1332e692c4ed0 (diff) |
Notes
Diffstat (limited to 'lang/python21/Makefile')
-rw-r--r-- | lang/python21/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index e050eef23e78..570e4110541d 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.44 1999/02/18 09:37:34 thepish Exp $ +# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $ # DISTNAME= pyth151 @@ -113,5 +113,6 @@ post-install: strip ${PREFIX}/bin/python @${MKDIR} ${PREFIX}/share/doc/python ${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python + @${MKDIR} ${PREFIX}/lib/python1.5/site-packages .include <bsd.port.post.mk> |