svn commit: r317253 - head/sysutils/upsd

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 21:01:39 UTC 2013


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 \


More information about the svn-ports-all mailing list