diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-08 20:23:38 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-08 20:23:38 +0000 |
commit | ed59156ea974a2adcb0480a67bd3b9a974de4609 (patch) | |
tree | 32f471cf1255d6ff64639fd65d1d4dd0e33962fb /graphics/linux-f10-glew | |
parent | c499bf8adee4c324e57d1011d31c74e99e261d67 (diff) |
Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.
Reviewed by: drogoh (on irc)
Notes
Notes:
svn path=/head/; revision=313672
Diffstat (limited to 'graphics/linux-f10-glew')
-rw-r--r-- | graphics/linux-f10-glew/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/linux-f10-glew/Makefile b/graphics/linux-f10-glew/Makefile index 4d20d75b9215..2b3ee02c6f24 100644 --- a/graphics/linux-f10-glew/Makefile +++ b/graphics/linux-f10-glew/Makefile @@ -23,5 +23,6 @@ PLIST_FILES= usr/bin/glewinfo usr/bin/visualinfo \ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= LICENSE.txt +MAKE_JOBS_SAFE= yes .include <bsd.port.mk> |