diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:17:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:17:44 +0800 |
commit | 4c4a11f7144e709be034f6fff58ed87baed516dd (patch) | |
tree | 9ed42c9c13bc14b749df74d4df401f1278278d01 /devel/xtla | |
parent | 022b443812b838b9622f5eb987c038f275e0f6ea (diff) | |
download | freebsd-ports-gnome-4c4a11f7144e709be034f6fff58ed87baed516dd.tar.gz freebsd-ports-gnome-4c4a11f7144e709be034f6fff58ed87baed516dd.tar.zst freebsd-ports-gnome-4c4a11f7144e709be034f6fff58ed87baed516dd.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 4)
Diffstat (limited to 'devel/xtla')
-rw-r--r-- | devel/xtla/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/xtla/Makefile b/devel/xtla/Makefile index 512139d6cf88..ebe07a28b6fb 100644 --- a/devel/xtla/Makefile +++ b/devel/xtla/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xtla -# Date created: 27 June 2004 -# Whom: Dryice Liu <dryice@liu.com.cn> -# +# Created by: Dryice Liu <dryice@liu.com.cn> # $FreeBSD$ -# PORTNAME= xtla PORTVERSION= 1.2.1 @@ -30,6 +26,7 @@ CONFIGURE_ARGS+= --with-emacs=${EMACS_NAME} --with-diff=gdiff --with-patch=gpatc USE_GMAKE= yes INFO= xtla +NO_STAGE= yes do-install: ${MKDIR} ${LISPDIR} .for i in *.el *.elc |