svn commit: r313061 - head/converters/unix2dos

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 27 15:24:23 UTC 2013


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 at 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 at 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:


More information about the svn-ports-head mailing list