svn commit: r341395 - head/devel/avrdude

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 27 12:59:16 UTC 2014


Author: bapt
Date: Mon Jan 27 12:59:15 2014
New Revision: 341395
URL: http://svnweb.freebsd.org/changeset/ports/341395
QAT: https://qat.redports.org/buildarchive/r341395/

Log:
  Support stage

Modified:
  head/devel/avrdude/Makefile
  head/devel/avrdude/pkg-plist

Modified: head/devel/avrdude/Makefile
==============================================================================
--- head/devel/avrdude/Makefile	Mon Jan 27 12:58:43 2014	(r341394)
+++ head/devel/avrdude/Makefile	Mon Jan 27 12:59:15 2014	(r341395)
@@ -12,13 +12,9 @@ COMMENT=	Program for programming the on-
 
 LICENSE=	GPLv2
 
-MAN1=		avrdude.1
-MANCOMPRESSED=	no
-
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 CFLAGS+=	-I${LOCALBASE}/include
 MAKE_JOBS_UNSAFE=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/avrdude/pkg-plist
==============================================================================
--- head/devel/avrdude/pkg-plist	Mon Jan 27 12:58:43 2014	(r341394)
+++ head/devel/avrdude/pkg-plist	Mon Jan 27 12:59:15 2014	(r341395)
@@ -1,2 +1,3 @@
 bin/avrdude
 etc/avrdude.conf
+man/man1/avrdude.1.gz


More information about the svn-ports-all mailing list