aboutsummaryrefslogtreecommitdiff
path: root/misc/hulgalugha
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 22:30:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 22:30:06 +0000
commit0504e5443c6e2049d8a15d7a26d0367e7c2b65b0 (patch)
tree2c7d3814d532b12e91cf65f8f277e866ba4ca287 /misc/hulgalugha
parent51d4e2334cbb1f3a8ad075963bb3a6102f0d321e (diff)
downloadports-0504e5443c6e2049d8a15d7a26d0367e7c2b65b0.tar.gz
ports-0504e5443c6e2049d8a15d7a26d0367e7c2b65b0.zip
Fix build on current
Notes
Notes: svn path=/head/; revision=317386
Diffstat (limited to 'misc/hulgalugha')
-rw-r--r--misc/hulgalugha/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/hulgalugha/Makefile b/misc/hulgalugha/Makefile
index df975da7c8b0..2da85117665d 100644
--- a/misc/hulgalugha/Makefile
+++ b/misc/hulgalugha/Makefile
@@ -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>