diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
commit | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (patch) | |
tree | ed5885ce2dac897e773c37ed9c6f43b452790bae /devel/initutil | |
parent | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (diff) | |
download | ports-34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5.tar.gz ports-34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 2)
Notes
Notes:
svn path=/head/; revision=327723
Diffstat (limited to 'devel/initutil')
-rw-r--r-- | devel/initutil/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/initutil/Makefile b/devel/initutil/Makefile index 763a60f90b31..55d05cf4c66f 100644 --- a/devel/initutil/Makefile +++ b/devel/initutil/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: initutil -# Date created: Mar 12, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= initutil PORTVERSION= 2.1.b @@ -23,6 +18,7 @@ USE_DOS2UNIX= InitUtil.h PLIST_FILES= include/InitUtil.h +NO_STAGE= yes do-install: @${INSTALL_DATA} ${WRKSRC}/InitUtil.h ${PREFIX}/include |