diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:41:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:41:52 +0000 |
commit | 3acd8bd594e99beffb17e70089cbcbb6ffc3382a (patch) | |
tree | c608cd0be9c0d1c3762cb070b83d71cc06097a2b /hebrew/he2/Makefile | |
parent | eb08c5441cf4772f805b99523084b12164ed2495 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: hebrew)
Notes
Notes:
svn path=/head/; revision=327734
Diffstat (limited to 'hebrew/he2/Makefile')
-rw-r--r-- | hebrew/he2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/hebrew/he2/Makefile b/hebrew/he2/Makefile index b59848b3ed74..f876ef6348ad 100644 --- a/hebrew/he2/Makefile +++ b/hebrew/he2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: he2 -# Date created: 3 August 2001 -# Whom: nadav@libagent.org -# +# Created by: nadav@libagent.org # $FreeBSD$ -# PORTNAME= he2 PORTVERSION= 0.61 @@ -20,6 +16,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} |