svn commit: r320434 - head/emulators/cpmtools

Joerg Wunsch joerg at FreeBSD.org
Mon Jun 10 06:06:04 UTC 2013


Author: joerg
Date: Mon Jun 10 06:06:03 2013
New Revision: 320434
URL: http://svnweb.freebsd.org/changeset/ports/320434

Log:
  Turn this 30-year old code to use GCC.
  
  Strip old Makefile headers.

Modified:
  head/emulators/cpmtools/Makefile   (contents, props changed)

Modified: head/emulators/cpmtools/Makefile
==============================================================================
--- head/emulators/cpmtools/Makefile	Mon Jun 10 05:41:25 2013	(r320433)
+++ head/emulators/cpmtools/Makefile	Mon Jun 10 06:06:03 2013	(r320434)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	cpm(1)
-# Date created:		25 December 1994
-# Whom:			joerg
-#
+# Created by: joerg
 # $FreeBSD$
 #
 
@@ -18,6 +15,8 @@ COMMENT=	Utility to transfer files from/
 WRKSRC=		${WRKDIR}/cpm
 MAN1=		cpm.1
 
+USE_GCC=	any
+
 #
 # need our own build target to pass PREFIX down to the make command
 #


More information about the svn-ports-head mailing list