summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-24 19:42:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-24 19:42:48 +0000
commitdc86cab9e676ecfa7dad715f57c0df80ab870f14 (patch)
treec8da30eb52296f6ac43f84da839cf15cea4e8bb7
parent- update apr-util to 1.5.3 (diff)
Support staging
Notes
Notes: svn path=/head/; revision=334779
-rw-r--r--audio/dtmfdial/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/dtmfdial/Makefile b/audio/dtmfdial/Makefile
index d3653808b593..8ac71f43544d 100644
--- a/audio/dtmfdial/Makefile
+++ b/audio/dtmfdial/Makefile
@@ -11,19 +11,15 @@ DISTNAME= dtmf-dial-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Generate DTMF dial tones from the command line
-NO_STAGE= yes
WRKSRC= ${WRKDIR}/dial
MAKE_ARGS= CFLAGS="${CFLAGS}"
PORTDOCS= README TODO
PLIST_FILES= bin/dtmfdial
-.include <bsd.port.options.mk>
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/dial ${PREFIX}/bin/dtmfdial
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+ ${INSTALL_PROGRAM} ${WRKSRC}/dial ${STAGEDIR}${PREFIX}/bin/dtmfdial
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>