Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 21:01:38 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317253 - head/sysutils/upsd
Message-ID:  <201305032101.r43L1c2J036327@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May  3 21:01:38 2013
New Revision: 317253
URL: http://svnweb.freebsd.org/changeset/ports/317253

Log:
  Fix build on current

Modified:
  head/sysutils/upsd/Makefile

Modified: head/sysutils/upsd/Makefile
==============================================================================
--- head/sysutils/upsd/Makefile	Fri May  3 20:59:32 2013	(r317252)
+++ head/sysutils/upsd/Makefile	Fri May  3 21:01:38 2013	(r317253)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    upsd
-# Date created:         11 Jul 1996
-# Whom:                 alexis
-#
+# Created by: alexis
 # $FreeBSD$
-#
 
 PORTNAME=	upsd
 PORTVERSION=	2.0.1.6
@@ -21,6 +17,7 @@ PLIST_FILES=	sbin/upsd etc/upsd.conf etc
 pre-build:
 	@${MV} ${WRKSRC}/config.h ${WRKSRC}/conf.h.orig
 	@${SED} -e "s!@prefix@!${PREFIX}!g" ${WRKSRC}/conf.h.orig > ${WRKSRC}/conf.h
+	@${REINPLACE_CMD} -e 's/NOMAN/NO_MAN/g' ${WRKSRC}/Makefile
 
 post-install:
 	@if [ ! -f ${PREFIX}/etc/rc.d/upsd.sh ]; then \



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