diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 01:21:20 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 01:21:20 +0800 |
commit | 4a65c836693c56cb403b7a0b47a9514037a4bcec (patch) | |
tree | a83f9c61d0f1407763c818e3b12c03434ae8641a /french/dico | |
parent | 1c7169ab74dcbb512e836e6882d91239ff49ddee (diff) | |
download | freebsd-ports-gnome-4a65c836693c56cb403b7a0b47a9514037a4bcec.tar.gz freebsd-ports-gnome-4a65c836693c56cb403b7a0b47a9514037a4bcec.tar.zst freebsd-ports-gnome-4a65c836693c56cb403b7a0b47a9514037a4bcec.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: french)
Diffstat (limited to 'french/dico')
-rw-r--r-- | french/dico/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/french/dico/Makefile b/french/dico/Makefile index 76d8262a3766..dcf6dd67e3ab 100644 --- a/french/dico/Makefile +++ b/french/dico/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dico -# Date created: 11 October 2000 -# Whom: Cyrille Lefevre <clefevre@citeweb.net> -# +# Created by: Cyrille Lefevre <clefevre@citeweb.net> # $FreeBSD$ -# PORTNAME= dico PORTVERSION= 1.1 @@ -32,6 +28,7 @@ REINPLACE_SUB= PREFIX=${PREFIX} # Post-patch # +NO_STAGE= yes post-patch: @${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${WRKSRC}/sources/dico.c |