1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Allow staging as a regular user and simplify

This commit is contained in:
Antoine Brodin 2014-09-07 12:23:50 +00:00
parent 94bbb4036f
commit 35893d980b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367533

View File

@ -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 <bsd.port.mk>