diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
commit | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (patch) | |
tree | 55ef113afedd4d15556f4a7ca6533c66396624e5 /misc/dahdi | |
parent | - Reassign to the heap at maintainer's request (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: misc)
Notes
Notes:
svn path=/head/; revision=327745
Diffstat (limited to 'misc/dahdi')
-rw-r--r-- | misc/dahdi/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/dahdi/Makefile b/misc/dahdi/Makefile index 9e9f006f965e..a241a7bcaac4 100644 --- a/misc/dahdi/Makefile +++ b/misc/dahdi/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: dahdi -# Date created: 3 Mar 2010 -# Whom: Maxim Khon <fjoe@FreeBSD.org> -# +# Created by: Maxim Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dahdi PORTVERSION= ${DAHDI_VERSION:S/-//g} @@ -38,6 +34,7 @@ MAN8= dahdi_cfg.8\ dahdi_tool.8\ fxotune.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/etc,${PREFIX}/etc,g'\ ${WRKSRC}/dahdi_cfg.c ${WRKSRC}/fxotune.c\ |