diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-07-10 19:41:30 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-07-10 19:41:30 +0000 |
commit | e482e392f687b2248d2975d68327324a858e1273 (patch) | |
tree | f00883f68004a81b9e525ad5cc94de309898b666 /sysutils/lookat | |
parent | 5183b406511b98ffef72263a3609234aaaa0d4fb (diff) | |
download | ports-e482e392f687b2248d2975d68327324a858e1273.tar.gz ports-e482e392f687b2248d2975d68327324a858e1273.zip |
Notes
Diffstat (limited to 'sysutils/lookat')
-rw-r--r-- | sysutils/lookat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/lookat/Makefile b/sysutils/lookat/Makefile index f88d5b3a4973..317a8c2eb1ab 100644 --- a/sysutils/lookat/Makefile +++ b/sysutils/lookat/Makefile @@ -11,10 +11,12 @@ MAINTAINER= pawel@FreeBSD.org COMMENT= Program to view Un*x text files and manual pages GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake MAN1= lookat.1 +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: |