svn commit: r342170 - head/devel/mimir

Martin Wilke miwi at FreeBSD.org
Sat Feb 1 15:19:55 UTC 2014


Author: miwi
Date: Sat Feb  1 15:19:54 2014
New Revision: 342170
URL: http://svnweb.freebsd.org/changeset/ports/342170
QAT: https://qat.redports.org/buildarchive/r342170/

Log:
  - Stage support

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

Modified: head/devel/mimir/Makefile
==============================================================================
--- head/devel/mimir/Makefile	Sat Feb  1 15:19:40 2014	(r342169)
+++ head/devel/mimir/Makefile	Sat Feb  1 15:19:54 2014	(r342170)
@@ -9,12 +9,9 @@ MASTER_SITES=	ftp://ftp.cs.ru.nl/pub/vb/
 MAINTAINER=	ed at FreeBSD.org
 COMMENT=	Data-structure library used by the Elan Programming Environment
 
-MAN1=		dcg.1
-
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/mimir/pkg-plist
==============================================================================
--- head/devel/mimir/pkg-plist	Sat Feb  1 15:19:40 2014	(r342169)
+++ head/devel/mimir/pkg-plist	Sat Feb  1 15:19:54 2014	(r342170)
@@ -19,3 +19,4 @@ lib/libdcg2.a
 lib/libdcg2.la
 lib/libdcg2.so
 lib/libdcg2.so.2
+man/man1/dcg.1.gz


More information about the svn-ports-all mailing list