diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 20:23:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 20:23:50 +0800 |
commit | ef8b45f10153666b90a56b2c7e6b7b11605c4781 (patch) | |
tree | 08b7347c4bcc7e935dad39dd0d037de7a36b869d /misc | |
parent | 05802ac6730e378036e64ad044b4089a65d8b4bb (diff) | |
download | freebsd-ports-gnome-ef8b45f10153666b90a56b2c7e6b7b11605c4781.tar.gz freebsd-ports-gnome-ef8b45f10153666b90a56b2c7e6b7b11605c4781.tar.zst freebsd-ports-gnome-ef8b45f10153666b90a56b2c7e6b7b11605c4781.zip |
Allow staging as a regular user and simplify
Diffstat (limited to 'misc')
-rw-r--r-- | misc/hulgalugha/Makefile | 6 |
1 files 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 <bsd.port.mk> |