diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:21:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:21:20 +0000 |
commit | 4a65c836693c56cb403b7a0b47a9514037a4bcec (patch) | |
tree | a83f9c61d0f1407763c818e3b12c03434ae8641a /french/alphabet_sounds_fr/Makefile | |
parent | 1c7169ab74dcbb512e836e6882d91239ff49ddee (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: french)
Notes
Notes:
svn path=/head/; revision=327728
Diffstat (limited to 'french/alphabet_sounds_fr/Makefile')
-rw-r--r-- | french/alphabet_sounds_fr/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/french/alphabet_sounds_fr/Makefile b/french/alphabet_sounds_fr/Makefile index 65b52e120ee7..81ea84e4a655 100644 --- a/french/alphabet_sounds_fr/Makefile +++ b/french/alphabet_sounds_fr/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: alphabet_sounds_fr -# Date created: 6 July 2004 -# Whom: bruno +# Created by: bruno # $FreeBSD$ PORTNAME= alphabet_sounds_fr @@ -18,6 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh |