svn commit: r344684 - in head/devel/ossp-al: . files

Martin Wilke miwi at FreeBSD.org
Mon Feb 17 07:00:06 UTC 2014


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


More information about the svn-ports-all mailing list