svn commit: r412148 - in head/devel/tpasm: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 30 00:53:29 UTC 2016


Author: amdmi3
Date: Wed Mar 30 00:53:27 2016
New Revision: 412148
URL: https://svnweb.freebsd.org/changeset/ports/412148

Log:
  - Add LICENSE_FILE
  - Switch to options helpers
  - Regenerate patches with `make makepatch`

Modified:
  head/devel/tpasm/Makefile
  head/devel/tpasm/files/patch-Makefile

Modified: head/devel/tpasm/Makefile
==============================================================================
--- head/devel/tpasm/Makefile	Wed Mar 30 00:53:10 2016	(r412147)
+++ head/devel/tpasm/Makefile	Wed Mar 30 00:53:27 2016	(r412148)
@@ -11,6 +11,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Cross-assembler for variety of microprocessors and controllers
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
 USES=		gmake tar:tgz
 WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION}
@@ -25,8 +26,12 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/libdata/${PORTNAME}
 	${INSTALL_DATA} ${WRKSRC}/include/* \
 		${STAGEDIR}${PREFIX}/libdata/${PORTNAME}
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+
+do-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR}
 

Modified: head/devel/tpasm/files/patch-Makefile
==============================================================================
--- head/devel/tpasm/files/patch-Makefile	Wed Mar 30 00:53:10 2016	(r412147)
+++ head/devel/tpasm/files/patch-Makefile	Wed Mar 30 00:53:27 2016	(r412148)
@@ -1,6 +1,6 @@
---- Makefile.orig	Thu Feb 13 19:58:06 2003
-+++ Makefile	Thu Feb 13 19:58:18 2003
-@@ -17,8 +17,8 @@
+--- Makefile.orig	2012-12-23 15:41:45 UTC
++++ Makefile
+@@ -17,8 +17,8 @@ INCLUDES=-I.
  
  # new gnu compilers have a really annoying default behavior of wrapping
  # error message lines. The default should be NO-WRAPPING.
@@ -11,7 +11,7 @@
  
  OBJECTS = \
  	globals.o \
-@@ -44,7 +44,7 @@
+@@ -44,7 +44,7 @@ OBJECTS = \
  all : tpasm
  
  tpasm : $(OBJECTS)
@@ -20,7 +20,7 @@
  
  clean :
  	rm -f *.o
-@@ -58,5 +58,5 @@
+@@ -58,5 +58,5 @@ install :
  # suffix rules (this makes sure that the ".o" files
  # end up in their respective directories on all systems)
  .c.o:


More information about the svn-ports-all mailing list