[Midnightbsd-cvs] mports: Makefile: license, dist site, drop the only for arch crap as

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 21 13:30:45 EDT 2008


Log Message:
-----------
license, dist site, drop the only for arch crap as it's all our supported platforms

Modified Files:
--------------
    mports/devel/9base:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/9base/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L devel/9base/Makefile -L devel/9base/Makefile -u -r1.1 -r1.2
--- devel/9base/Makefile
+++ devel/9base/Makefile
@@ -9,11 +9,12 @@
 PORTNAME=	9base
 DISTVERSION=	b20060209
 CATEGORIES=	devel
-MASTER_SITES=	CSME
+MASTER_SITES=	CENKES
 #http://www.suckless.org/cgi-bin/hgwebdir.cgi/9base/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Port of various original plan9 tools
+LICENSE=	agg
 
 USE_BZIP2=	yes
 CFLAGS+=	-I. -c
@@ -27,9 +28,6 @@
 PLIST_FILES=	${APPS:S|^|9/bin/|} ${APPS:S|^|9/man/man1/|:S|$|.1|} 9/man/man7/regexp.7 9/etc/rcmain
 PLIST_DIRS=	9/bin 9/etc 9/man/man1 9/man/man7 9/man 9
 
-ONLY_FOR_ARCHS=	i386 amd64 sparc64
-ONLY_FOR_ARCHS_REASON=	has low-level code unavailable for ${ARCH}
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|PREFIX|"${PREFIX}/9"|' ${WRKSRC}/rc/plan9ish.c
 	@${REINPLACE_CMD} -e '/OBJTYPE!=/s|!=.*|=${ARCH:S,i386,386,:S,amd64,x86_64,:S,sparc64,sun4u,}|' ${WRKSRC}/lib9/Makefile


More information about the Midnightbsd-cvs mailing list