svn commit: r317386 - head/misc/hulgalugha
Baptiste Daroussin
bapt at FreeBSD.org
Sat May 4 22:30:06 UTC 2013
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 at freebsd.org
-#
+# Created by: alfred at 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>
More information about the svn-ports-head
mailing list