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