[Midnightbsd-cvs] mports [20191] trunk/ftp/ncftpd/Makefile: only	for amd64
    laffer1 at midnightbsd.org 
    laffer1 at midnightbsd.org
       
    Tue Sep  8 21:58:48 EDT 2015
    
    
  
Revision: 20191
          http://svnweb.midnightbsd.org/mports/?rev=20191
Author:   laffer1
Date:     2015-09-08 21:58:47 -0400 (Tue, 08 Sep 2015)
Log Message:
-----------
only for amd64
Modified Paths:
--------------
    trunk/ftp/ncftpd/Makefile
Modified: trunk/ftp/ncftpd/Makefile
===================================================================
--- trunk/ftp/ncftpd/Makefile	2015-09-09 01:55:46 UTC (rev 20190)
+++ trunk/ftp/ncftpd/Makefile	2015-09-09 01:58:47 UTC (rev 20191)
@@ -6,7 +6,7 @@
 CATEGORIES=	ftp
 MASTER_SITES=	ftp://ftp.ncftp.com/ncftpd/${PORTVERSION}/ \
 		ftp://ftp.nl.uu.net/pub/unix/ftp/ncftpd/${PORTVERSION}/ \
-		LOCAL/beech
+		FREEBSD_LOCAL/beech
 DISTNAME=	${PORTNAME}-${PORTVERSION}-freebsd${BINVER}-${DIST_ARCH}-export
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -19,6 +19,9 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+ONLY_FOR_ARCHS=		amd64
+ONLY_FOR_ARCHS_REASON=	only available for amd64
+
 NO_BUILD=	YES
 RESTRICTED=	30 day evaluation license
 USE_RC_SUBR=	ncftpd
    
    
More information about the Midnightbsd-cvs
mailing list