diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 16:03:29 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 16:03:29 +0000 |
commit | 07a250f4fa5b2ccfc534ea6eec8110e0684b9ccf (patch) | |
tree | 8db179eca6ba6e7449724456d92a408d868a7732 /comms/predict/Makefile | |
parent | 67c7af85165af4e0864635d540a0a2369aa2534f (diff) | |
download | FreeBSD-ports-07a250f4fa5b2ccfc534ea6eec8110e0684b9ccf.zip FreeBSD-ports-07a250f4fa5b2ccfc534ea6eec8110e0684b9ccf.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: comms)
Diffstat (limited to 'comms/predict/Makefile')
-rw-r--r-- | comms/predict/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/comms/predict/Makefile b/comms/predict/Makefile index 52dc09f..b477d00 100644 --- a/comms/predict/Makefile +++ b/comms/predict/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: predict -# Date created: 11 February 2004 -# Whom: db -# +# Created by: db # $FreeBSD$ -# PORTNAME= predict PORTVERSION= 2.2.3 @@ -18,6 +14,7 @@ INSTALL_TARGET= install install.man MAN1= predict.1 MAKE_ENV= LIBS="${PTHREAD_LIBS}" +NO_STAGE= yes post-patch: ${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/predict.h > ${WRKSRC}/predict.h ${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/vocalizer.h > ${WRKSRC}/vocalizer/vocalizer.h |