Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 06:56:24 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344676 - head/devel/ossp-l2
Message-ID:  <201402170656.s1H6uOUe001420@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Feb 17 06:56:24 2014
New Revision: 344676
URL: http://svnweb.freebsd.org/changeset/ports/344676
QAT: https://qat.redports.org/buildarchive/r344676/

Log:
  - Stage support

Modified:
  head/devel/ossp-l2/Makefile
  head/devel/ossp-l2/pkg-plist

Modified: head/devel/ossp-l2/Makefile
==============================================================================
--- head/devel/ossp-l2/Makefile	Mon Feb 17 06:56:09 2014	(r344675)
+++ head/devel/ossp-l2/Makefile	Mon Feb 17 06:56:24 2014	(r344676)
@@ -14,11 +14,7 @@ COMMENT=	A C library for a flexible and 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-MAN1=		l2-config.1 l2tool.1
-MAN3=		l2.3
-
 check:	build
 	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/ossp-l2/pkg-plist
==============================================================================
--- head/devel/ossp-l2/pkg-plist	Mon Feb 17 06:56:09 2014	(r344675)
+++ head/devel/ossp-l2/pkg-plist	Mon Feb 17 06:56:24 2014	(r344676)
@@ -5,3 +5,6 @@ lib/libl2.a
 lib/libl2.la
 lib/libl2.so
 lib/libl2.so.9
+man/man1/l2-config.1.gz
+man/man1/l2tool.1.gz
+man/man3/l2.3.gz



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