diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-08-17 23:39:43 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-08-17 23:39:43 +0800 |
commit | 8c4314dc261f29351d8af430e6ab4dea946c9899 (patch) | |
tree | b2c16918c69d4fbc71893d7fddd0f97611dba4f8 /lang/python+ipv6/Makefile | |
parent | af17dd0c13dadf9baf0b1ee95397cfed2416d049 (diff) | |
download | freebsd-ports-gnome-8c4314dc261f29351d8af430e6ab4dea946c9899.tar.gz freebsd-ports-gnome-8c4314dc261f29351d8af430e6ab4dea946c9899.tar.zst freebsd-ports-gnome-8c4314dc261f29351d8af430e6ab4dea946c9899.zip |
Make python install include files.
Reviewed by: jkh
Diffstat (limited to 'lang/python+ipv6/Makefile')
-rw-r--r-- | lang/python+ipv6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python+ipv6/Makefile b/lang/python+ipv6/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python+ipv6/Makefile +++ b/lang/python+ipv6/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules |