aboutsummaryrefslogtreecommitdiff
path: root/lang/python21
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
commitd23a79568090d280bf3beb199bb97f0572234984 (patch)
tree8af4f4b16bdda8a7b54ff123a7cfe5fcc38c203c /lang/python21
parentb72f3823ec582474b4ab98fe3c46fecea0d4ddab (diff)
downloadports-d23a79568090d280bf3beb199bb97f0572234984.tar.gz
ports-d23a79568090d280bf3beb199bb97f0572234984.zip
Notes
Diffstat (limited to 'lang/python21')
-rw-r--r--lang/python21/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile
index 462301361731..b73a80dad343 100644
--- a/lang/python21/Makefile
+++ b/lang/python21/Makefile
@@ -3,12 +3,12 @@
# Date created: 08 August 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.7 1996/10/14 23:14:37 asami Exp $
+# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
#
DISTNAME= python1.4
PKGNAME= python-1.4
-CATEGORIES+= lang
+CATEGORIES= lang
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
ftp://ftp.cwi.nl/pub/python/src/
@@ -23,7 +23,7 @@ MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
post-configure:
- cp ${FILESDIR}/Setup ${WRKSRC}/Modules
+ ${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python