ports/181662: devel/paexec update
Danilo Egêa Gondolfo
danilogondolfo at gmail.com
Thu Aug 29 22:30:00 UTC 2013
>Number: 181662
>Category: ports
>Synopsis: devel/paexec update
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Aug 29 22:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Danilo Egêa Gondolfo
>Release: FreeBSD 9.2-RC3
>Organization:
>Environment:
FreeBSD mac 9.2-RC3 FreeBSD 9.2-RC3 #3 r254983: Tue Aug 27 23:55:24 BRT 2013 root at mac:/usr/obj/usr/src/sys/MAC amd64
>Description:
As requested by the paexec developer Aleksey Cheusov.
Changes
- Removed LIB_DEPENDS (no needed anymore).
- Install file ${WRKSRC}/presentation/paexec.pdf as documentation.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
--- Makefile (revision 325632)
+++ Makefile (working copy)
@@ -13,7 +13,6 @@
BUILD_DEPENDS= mkcmake:${PORTSDIR}/devel/mk-configure \
runawk:${PORTSDIR}/lang/runawk
-LIB_DEPENDS= libmaa.so:${PORTSDIR}/devel/libmaa
OPTIONS_DEFINE= DOCS EXAMPLES
@@ -50,5 +49,8 @@
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>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list