diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-15 13:40:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-15 13:40:28 +0000 |
commit | c4c14fd1564a7a3bd0ae1cd2fb6050b662c936f8 (patch) | |
tree | 98f96307b5a32cecd5d4e2104c22673c560b9789 /misc/ree | |
parent | . Update to 7u11. (diff) |
- Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header
Diffstat (limited to 'misc/ree')
-rw-r--r-- | misc/ree/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/ree/Makefile b/misc/ree/Makefile index 131e26dae3ac..b5cab5ccf45f 100644 --- a/misc/ree/Makefile +++ b/misc/ree/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ree -# Date created: 7 Jul 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= ree PORTVERSION= 1.3 @@ -21,6 +17,10 @@ MAKE_JOBS_SAFE= yes ONLY_FOR_ARCHS= i386 amd64 +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + do-build: .for f in ${PORTNAME} fontdump ${CC} ${CFLAGS} ${WRKSRC}/${f}.c -o ${WRKSRC}/${f} @@ -30,7 +30,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/rom-${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/fontdump ${PREFIX}/bin -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme ${DOCSDIR} .endif |