[Midnightbsd-cvs] mports: Makefile: add license, remove alpha bits

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 29 00:12:36 EDT 2007


Log Message:
-----------
add license, remove alpha bits

Modified Files:
--------------
    mports/lang/python:
        Makefile (r1.5 -> r1.6)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/python/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -Llang/python/Makefile -Llang/python/Makefile -u -r1.5 -r1.6
--- lang/python/Makefile
+++ lang/python/Makefile
@@ -15,6 +15,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT?=	An interpreted object-oriented programming language
+LICENSE=	python
 
 CONFLICTS=	python-mode.el-1.*
 DIST_SUBDIR=	python
@@ -84,7 +85,7 @@
 .else
 PLIST_SUB+=	X86_ONLY="@comment "
 .endif
-.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == alpha
+.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
 PLIST_SUB+=	32BIT_ONLY="@comment "
 .else
 PLIST_SUB+=	32BIT_ONLY=""


More information about the Midnightbsd-cvs mailing list