svn commit: r323130 - head/editors/nano

Eitan Adler eadler at FreeBSD.org
Tue Jul 16 22:04:52 UTC 2013


Author: eadler
Date: Tue Jul 16 22:04:52 2013
New Revision: 323130
URL: http://svnweb.freebsd.org/changeset/ports/323130

Log:
  - Remove the conflicts with itself
  - Move sections to pet portlint

Modified:
  head/editors/nano/Makefile

Modified: head/editors/nano/Makefile
==============================================================================
--- head/editors/nano/Makefile	Tue Jul 16 21:59:48 2013	(r323129)
+++ head/editors/nano/Makefile	Tue Jul 16 22:04:52 2013	(r323130)
@@ -11,10 +11,10 @@ MASTER_SITE_SUBDIR=	${PORTNAME}
 MAINTAINER=	eadler at FreeBSD.org
 COMMENT=	Nano's ANOther editor, an enhanced free Pico clone
 
-CONFLICTS=	nano-2*
-
 LICENSE=	GPLv3
 
+CONFLICTS=	nano-devel-2*
+
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS=	--docdir=${DOCSDIR}


More information about the svn-ports-all mailing list