Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 07:00:06 +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: r344684 - in head/devel/ossp-al: . files
Message-ID:  <201402170700.s1H706vh002620@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Feb 17 07:00:05 2014
New Revision: 344684
URL: http://svnweb.freebsd.org/changeset/ports/344684
QAT: https://qat.redports.org/buildarchive/r344684/

Log:
  - Stage support

Deleted:
  head/devel/ossp-al/files/
Modified:
  head/devel/ossp-al/Makefile
  head/devel/ossp-al/pkg-plist

Modified: head/devel/ossp-al/Makefile
==============================================================================
--- head/devel/ossp-al/Makefile	Mon Feb 17 06:59:44 2014	(r344683)
+++ head/devel/ossp-al/Makefile	Mon Feb 17 07:00:05 2014	(r344684)
@@ -13,7 +13,7 @@ COMMENT=	Defines an abstract type of buf
 
 LIB_DEPENDS=	ex.10:${PORTSDIR}/devel/ossp-ex
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ex=${LOCALBASE}
 USE_LDCONFIG=	yes
@@ -21,9 +21,4 @@ USE_LDCONFIG=	yes
 check:	build
 	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-.include "${FILESDIR}/manpages.mk"
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/ossp-al/pkg-plist
==============================================================================
--- head/devel/ossp-al/pkg-plist	Mon Feb 17 06:59:44 2014	(r344683)
+++ head/devel/ossp-al/pkg-plist	Mon Feb 17 07:00:05 2014	(r344684)
@@ -4,3 +4,4 @@ lib/libal.a
 lib/libal.la
 lib/libal.so
 lib/libal.so.9
+man/man3/al.3.gz



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