diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-12-16 05:38:02 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-12-16 05:38:02 +0000 |
commit | 01dd62b62601e0a9292cb7998874f803262bcbc5 (patch) | |
tree | aadd896ac724a0157972e871a01f5d8a2a073825 /devel/aap/Makefile | |
parent | 8680d9196e3ef724a34c424cff387142e8bcd6c2 (diff) | |
download | ports-01dd62b62601e0a9292cb7998874f803262bcbc5.tar.gz ports-01dd62b62601e0a9292cb7998874f803262bcbc5.zip |
Notes
Diffstat (limited to 'devel/aap/Makefile')
-rw-r--r-- | devel/aap/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/devel/aap/Makefile b/devel/aap/Makefile index 20f0cd989914..19e8a886b055 100644 --- a/devel/aap/Makefile +++ b/devel/aap/Makefile @@ -1,15 +1,10 @@ -# New ports collection makefile for: A-A-P Recipe Executive: aap -# Date created: 28 October 2002 -# Whom: Bram Moolenaar <bram@a-a-p.org> -# +# Created by: Bram Moolenaar <bram@a-a-p.org> # $FreeBSD$ -# PORTNAME= aap -PORTVERSION= 1.091 -PORTREVISOIN= 1 +PORTVERSION= 1.092 CATEGORIES= devel -MASTER_SITES= SF/a-a-p/Aap/${PORTVERSION} +MASTER_SITES= SF/a-a-p/Aap MAINTAINER= ports@FreeBSD.org COMMENT= A build tool alternative to make with internet access and CVS support @@ -25,7 +20,9 @@ USE_ZIP= yes USE_PYTHON= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} -.if !defined(NOPORTDOCS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOCS} FULLDOCS=yes .else FULLDOCS=no |