Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2013 17:37:58 +0100 (CET)
From:      Nicolas Jombart <ecu@200ok.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        martin.olsson@sentor.se
Subject:   ports/175610: sysutils/sec: fix package build
Message-ID:  <201301261637.r0QGbwbu014906@northern.200ok.org>
Resent-Message-ID: <201301261640.r0QGe0Tn098383@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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