svn commit: r367533 - head/misc/hulgalugha

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 12:23:50 UTC 2014


Author: antoine
Date: Sun Sep  7 12:23:50 2014
New Revision: 367533
URL: http://svnweb.freebsd.org/changeset/ports/367533
QAT: https://qat.redports.org/buildarchive/r367533/

Log:
  Allow staging as a regular user and simplify

Modified:
  head/misc/hulgalugha/Makefile

Modified: head/misc/hulgalugha/Makefile
==============================================================================
--- head/misc/hulgalugha/Makefile	Sun Sep  7 12:22:29 2014	(r367532)
+++ head/misc/hulgalugha/Makefile	Sun Sep  7 12:23:50 2014	(r367533)
@@ -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 at 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 <bsd.port.mk>


More information about the svn-ports-head mailing list