diff options
author | zi <zi@FreeBSD.org> | 2011-07-22 08:55:10 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-07-22 08:55:10 +0800 |
commit | ae5f5ae91153b3e9d8d6ffe8ff76f4478043b03f (patch) | |
tree | d6ebaf65ed9050ad033fb085ca2802aa0a3de0f0 /devel/aap | |
parent | 7a115d5755508230a02c81498d2160a90b1644c7 (diff) | |
download | freebsd-ports-gnome-ae5f5ae91153b3e9d8d6ffe8ff76f4478043b03f.tar.gz freebsd-ports-gnome-ae5f5ae91153b3e9d8d6ffe8ff76f4478043b03f.tar.zst freebsd-ports-gnome-ae5f5ae91153b3e9d8d6ffe8ff76f4478043b03f.zip |
[1] Remove BROKEN when building on 9.x
Add LICENSE
Fix pkg-plist issue
PR: ports/158841
Submitted by: Ruslan Mahmatkhanov [1]
Approved by: X (mentor)
Diffstat (limited to 'devel/aap')
-rw-r--r-- | devel/aap/Makefile | 6 | ||||
-rw-r--r-- | devel/aap/pkg-plist | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/aap/Makefile b/devel/aap/Makefile index e8f20375dd75..020f75ac4f09 100644 --- a/devel/aap/Makefile +++ b/devel/aap/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= SF/a-a-p/Aap/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A build tool alternative to make with internet access and CVS support +LICENSE= GPLv2 + MAN1= aap.1 NO_BUILD= yes @@ -30,10 +32,6 @@ FULLDOCS=no .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 900000 -BROKEN= does not build -.endif - do-install: @cd ${WRKSRC} && \ ${PYTHON_CMD} ./aap PREFIX="${PREFIX}" FULLDOCS=${FULLDOCS} \ diff --git a/devel/aap/pkg-plist b/devel/aap/pkg-plist index 9ca87fd1c303..9cddc031e4bc 100644 --- a/devel/aap/pkg-plist +++ b/devel/aap/pkg-plist @@ -159,7 +159,7 @@ lib/aap/Exec-%%PORTVERSION%%/tools/mingw.py lib/aap/Exec-%%PORTVERSION%%/tools/mingw.pyc lib/aap/Exec-%%PORTVERSION%%/tools/msvc.py lib/aap/Exec-%%PORTVERSION%%/tools/msvc.pyc -%%PORTDOCS%%%%DOCSDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/aap/Exec-%%PORTVERSION%%/tools @dirrm lib/aap/Exec-%%PORTVERSION%%/modules %%PORTDOCS%%@dirrm lib/aap/Exec-%%PORTVERSION%%/doc/html |