diff options
author | nectar <nectar@FreeBSD.org> | 1999-04-21 16:20:05 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-04-21 16:20:05 +0000 |
commit | 3965deb795f2421272c5d10f92cb30fb96b6a54d (patch) | |
tree | 6f957826dce02b5e213e7bc75aba897123be71d3 /lang/python26 | |
parent | 111f4cd286bf273a544587426ca9faa04f8b6dbd (diff) | |
download | FreeBSD-ports-3965deb795f2421272c5d10f92cb30fb96b6a54d.zip FreeBSD-ports-3965deb795f2421272c5d10f92cb30fb96b6a54d.tar.gz |
Remove ``NO_LATEST_LINK''
Approved by: Maintainer <tg@FreeBSD.ORG>
Diffstat (limited to 'lang/python26')
-rw-r--r-- | lang/python26/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index b630048..2a33609 100644 --- a/lang/python26/Makefile +++ b/lang/python26/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 |