Date: Sat, 4 May 2013 22:30:06 +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: r317386 - head/misc/hulgalugha Message-ID: <201305042230.r44MU6So076298@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat May 4 22:30:06 2013 New Revision: 317386 URL: http://svnweb.freebsd.org/changeset/ports/317386 Log: Fix build on current Modified: head/misc/hulgalugha/Makefile Modified: head/misc/hulgalugha/Makefile ============================================================================== --- head/misc/hulgalugha/Makefile Sat May 4 22:28:11 2013 (r317385) +++ head/misc/hulgalugha/Makefile Sat May 4 22:30:06 2013 (r317386) @@ -1,9 +1,5 @@ -# New ports collection makefile for: hulgalugha -# Date created: 22 Apr 2003 -# Whom: alfred@freebsd.org -# +# Created by: alfred@freebsd.org # $FreeBSD$ -# PORTNAME= hulgalugha PORTVERSION= 1.0 @@ -16,4 +12,6 @@ COMMENT= Very jerky text filter PLIST_FILES= bin/hulgalugha +post-patch: + @${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/Makefile .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042230.r44MU6So076298>