svn commit: r428785 - head/devel/vasm

Thomas Zander riggs at FreeBSD.org
Sat Dec 17 17:26:18 UTC 2016


Author: riggs
Date: Sat Dec 17 17:26:17 2016
New Revision: 428785
URL: https://svnweb.freebsd.org/changeset/ports/428785

Log:
  Correction from previous commit. NO_ARCH should not have been set.
  
  PR:		214886

Modified:
  head/devel/vasm/Makefile

Modified: head/devel/vasm/Makefile
==============================================================================
--- head/devel/vasm/Makefile	Sat Dec 17 17:18:38 2016	(r428784)
+++ head/devel/vasm/Makefile	Sat Dec 17 17:26:17 2016	(r428785)
@@ -3,6 +3,7 @@
 
 PORTNAME=	vasm
 PORTVERSION=	1.7g
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://server.owl.de/%SUBDIR%/
 MASTER_SITE_SUBDIR=	~frank/tags/
@@ -13,7 +14,6 @@ COMMENT=	Portable 6502 6800 arm c16x jag
 
 LEGAL_TEXT=	This archive may be redistributed without modifications and used for non-commercial purposes.
 
-NO_ARCH=	yes
 USES=		gmake pathfix
 WRKSRC=		${WRKDIR}/vasm
 


More information about the svn-ports-head mailing list