diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 12:23:50 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 12:23:50 +0000 |
commit | 35893d980bfd8a75cdddaf5626932cd2049c2c35 (patch) | |
tree | 08b7347c4bcc7e935dad39dd0d037de7a36b869d /misc/hulgalugha | |
parent | 94bbb4036fd7e2661fc49fee43a47e6bfce47287 (diff) | |
download | ports-35893d980bfd8a75cdddaf5626932cd2049c2c35.tar.gz ports-35893d980bfd8a75cdddaf5626932cd2049c2c35.zip |
Notes
Diffstat (limited to 'misc/hulgalugha')
-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> |