diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:17:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:17:44 +0000 |
commit | 77d32abc6bdecb84ebc2838bdda3dec97fd8c650 (patch) | |
tree | 9ed42c9c13bc14b749df74d4df401f1278278d01 /devel/seed | |
parent | Fix a fallout in the convertion script (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 4)
Notes
Notes:
svn path=/head/; revision=327726
Diffstat (limited to 'devel/seed')
-rw-r--r-- | devel/seed/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/seed/Makefile b/devel/seed/Makefile index 3e15889de243..788d73f49bf4 100644 --- a/devel/seed/Makefile +++ b/devel/seed/Makefile @@ -1,8 +1,6 @@ # Created by: Alexander Logvinov <avl@FreeBSD.org> # $FreeBSD$ # $MCom: ports/devel/seed/Makefile,v 1.35 2013/01/29 16:33:10 kwm Exp $ -# NOTE: It may be necessary to update ${FILESDIR}/Seed.js on each release. -# To do that, just replace imports.searchPaths with "." and ".." elements. PORTNAME= seed PORTVERSION= 2.31.91 @@ -36,6 +34,7 @@ CONFIGURE_ARGS+=--enable-gtk-doc=no --with-webkit=1.0 MAN1= seed.1 +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: |