From 35893d980bfd8a75cdddaf5626932cd2049c2c35 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 7 Sep 2014 12:23:50 +0000 Subject: [PATCH] Allow staging as a regular user and simplify --- misc/hulgalugha/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/hulgalugha/Makefile b/misc/hulgalugha/Makefile index 2b130d1301a6..afd7f8ca16d8 100644 --- a/misc/hulgalugha/Makefile +++ b/misc/hulgalugha/Makefile @@ -5,13 +5,13 @@ PORTNAME= hulgalugha PORTVERSION= 1.0 CATEGORIES= misc MASTER_SITES= http://people.freebsd.org/~alfred/sources/hulgalugha/ -USES= tar:bzip2 MAINTAINER= ports@FreeBSD.org COMMENT= Very jerky text filter +USES= tar:bzip2 uidfix +MAKE_ENV= NO_MAN=yes + PLIST_FILES= bin/hulgalugha -post-patch: - @${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/Makefile .include