[Midnightbsd-cvs] mports: Makefile: add license, remove alpha
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Aug 29 00:13:21 EDT 2007
Log Message:
-----------
add license, remove alpha
Modified Files:
--------------
mports/lang/python23:
Makefile (r1.2 -> r1.3)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/python23/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Llang/python23/Makefile -Llang/python23/Makefile -u -r1.2 -r1.3
--- lang/python23/Makefile
+++ lang/python23/Makefile
@@ -16,6 +16,7 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT?= An interpreted object-oriented programming language
+LICENSE= python
CONFLICTS= stackless_python-*
DIST_SUBDIR= python
@@ -76,7 +77,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