diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-12 10:19:40 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-12 10:19:40 +0800 |
commit | 99df43bf1336afac77ff9926acf7893da84f2186 (patch) | |
tree | 9999e9819d03eba09ced920e326c13b87718436c /lang/python23 | |
parent | 5c40e6d58c96aabdf311daa6728225174bf63001 (diff) | |
download | freebsd-ports-gnome-99df43bf1336afac77ff9926acf7893da84f2186.tar.gz freebsd-ports-gnome-99df43bf1336afac77ff9926acf7893da84f2186.tar.zst freebsd-ports-gnome-99df43bf1336afac77ff9926acf7893da84f2186.zip |
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Diffstat (limited to 'lang/python23')
-rw-r--r-- | lang/python23/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 462301361731..b73a80dad343 100644 --- a/lang/python23/Makefile +++ b/lang/python23/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 |