Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 00:59:01 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325645 - head/devel/paexec
Message-ID:  <201308300059.r7U0x1rV025761@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Fri Aug 30 00:59:01 2013
New Revision: 325645
URL: http://svnweb.freebsd.org/changeset/ports/325645

Log:
  - Removed LIB_DEPENDS of libmaa, as it is no longer required.
  - Install file paexec.pdf as documentation.
  
  PR:		181662
  Submitted by:		danilogondolfo@gmail.com ( maintainer )

Modified:
  head/devel/paexec/Makefile

Modified: head/devel/paexec/Makefile
==============================================================================
--- head/devel/paexec/Makefile	Fri Aug 30 00:50:55 2013	(r325644)
+++ head/devel/paexec/Makefile	Fri Aug 30 00:59:01 2013	(r325645)
@@ -3,6 +3,7 @@
 
 PORTNAME=	paexec
 PORTVERSION=	0.19.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -13,7 +14,6 @@ LICENSE=	MIT
 
 BUILD_DEPENDS=	mkcmake:${PORTSDIR}/devel/mk-configure \
 		runawk:${PORTSDIR}/lang/runawk
-LIB_DEPENDS=	libmaa.so:${PORTSDIR}/devel/libmaa
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
@@ -50,5 +50,8 @@ do-build:
 do-install:
 	@${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/mkcmake -C ${WRKSRC} \
 		${INSTALL_TARGET}
+.if ${PORT_OPTIONS:MDOCS}
+	${INSTALL_DATA} ${WRKSRC}/presentation/${PORTNAME}.pdf ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>



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