diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 02:41:52 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 02:41:52 +0800 |
commit | 3acd8bd594e99beffb17e70089cbcbb6ffc3382a (patch) | |
tree | c608cd0be9c0d1c3762cb070b83d71cc06097a2b /hebrew/hunspell | |
parent | eb08c5441cf4772f805b99523084b12164ed2495 (diff) | |
download | freebsd-ports-gnome-3acd8bd594e99beffb17e70089cbcbb6ffc3382a.tar.gz freebsd-ports-gnome-3acd8bd594e99beffb17e70089cbcbb6ffc3382a.tar.zst freebsd-ports-gnome-3acd8bd594e99beffb17e70089cbcbb6ffc3382a.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: hebrew)
Diffstat (limited to 'hebrew/hunspell')
-rw-r--r-- | hebrew/hunspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hebrew/hunspell/Makefile b/hebrew/hunspell/Makefile index 9f84d12c63a7..aacf312904a6 100644 --- a/hebrew/hunspell/Makefile +++ b/hebrew/hunspell/Makefile @@ -1,4 +1,3 @@ -# Created by: Baptiste Daroussin <bapt@FreeBSD.org> # $FreeBSD$ PORTNAME= hunspell @@ -22,6 +21,7 @@ PLIST_FILES= %%DATADIR%%/he.aff \ %%DATADIR%%/he.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/pmerge |