ports/175610: sysutils/sec: fix package build
Nicolas Jombart
ecu at 200ok.org
Sat Jan 26 16:40:02 UTC 2013
>Number: 175610
>Category: ports
>Synopsis: sysutils/sec: fix package build
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Jan 26 16:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Nicolas Jombart
>Release: FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD northern.200ok.org 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Fix package building
>How-To-Repeat:
portmaster --no-confirm -dg sysutils/sec
>Fix:
--- sec.diff begins here ---
--- Makefile.old 2013-01-06 10:35:45.000000000 +0000
+++ Makefile 2013-01-06 10:36:08.000000000 +0000
@@ -30,7 +30,7 @@
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/sec.man ${PREFIX}/man/man8/sec.8
-.if empty(PORT_OPTIONS:MDOCS)
+.if $(PORT_OPTIONS:MDOCS)
${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
--- sec.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list