diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-21 16:20:05 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-21 16:20:05 +0000 |
commit | 2cfa26bfdd39b0d57a66bafcabadedef53745441 (patch) | |
tree | 1b3b25c1311c02ac65ea8343d15f494883437712 /lang/python21 | |
parent | c2152b401058178b06743b884a14364bc3f881cf (diff) | |
download | ports-2cfa26bfdd39b0d57a66bafcabadedef53745441.tar.gz ports-2cfa26bfdd39b0d57a66bafcabadedef53745441.zip |
Notes
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index b6300480f5c9..2a3360957635 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $ +# $Id: Makefile,v 1.47 1999/04/21 05:56:24 nectar Exp $ # DISTNAME= py152 @@ -25,7 +25,6 @@ MAKE_FLAGS= 'OPT=${CFLAGS}' INSTALL_TARGET= install PLIST= ${WRKDIR}/PLIST MAN1= python.1 -NO_LATEST_LINK= yes # # The standard setup file |