Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2013 15:24:22 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313061 - head/converters/unix2dos
Message-ID:  <201302271524.r1RFOMDK000289@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb 27 15:24:22 2013
New Revision: 313061
URL: http://svnweb.freebsd.org/changeset/ports/313061

Log:
  Update MASTER_SITES and use PLIST_FILES
  
  Approved by:	Oscar Bonilla <obonilla@galileo.edu> (maintainer)

Deleted:
  head/converters/unix2dos/pkg-plist
Modified:
  head/converters/unix2dos/Makefile

Modified: head/converters/unix2dos/Makefile
==============================================================================
--- head/converters/unix2dos/Makefile	Wed Feb 27 15:08:32 2013	(r313060)
+++ head/converters/unix2dos/Makefile	Wed Feb 27 15:24:22 2013	(r313061)
@@ -4,12 +4,13 @@
 PORTNAME=	unix2dos
 PORTVERSION=	1.3
 CATEGORIES=	converters
-MASTER_SITES=	ftp://ftp.guug.org/pub/
+MASTER_SITES=	CRITICAL
 
 MAINTAINER=	obonilla@galileo.edu
 COMMENT=	Convert ASCII newlines between CR/LF and LF
 
 MAN1=		unix2dos.1 dos2unix.1
+PLIST_FILES=	bin/dos2unix bin/unix2dos
 NO_WRKSUBDIR=	yes
 
 do-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302271524.r1RFOMDK000289>