aboutsummaryrefslogtreecommitdiff
path: root/audio/baudline
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2014-03-14 02:20:32 +0000
committerDiane Bruce <db@FreeBSD.org>2014-03-14 02:20:32 +0000
commit37ee02be260cd211d9ae33d30b3be8d212583f04 (patch)
treee56759d80dbec80beaed5cb1f16b22780d36e08e /audio/baudline
parentf04cb631f8fc39e9e7e4e97dc70a68cdc005de9b (diff)
downloadports-37ee02be260cd211d9ae33d30b3be8d212583f04.tar.gz
ports-37ee02be260cd211d9ae33d30b3be8d212583f04.zip
- revert 339830 since it which undefs EXTRACT_SUFX breaking build
- stagify [1] PR: ports/187505 [1] Submitted by: Johannes Jost Meixner <xmj@chaot.net>
Notes
Notes: svn path=/head/; revision=348148
Diffstat (limited to 'audio/baudline')
-rw-r--r--audio/baudline/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile
index 1a1163b3ee6e..67932e0244b8 100644
--- a/audio/baudline/Makefile
+++ b/audio/baudline/Makefile
@@ -13,7 +13,6 @@ DISTNAME= baudline_${PORTVERSION:S/.p/pre/}_linux_i686
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Real-time signal analysis and time-frequency browser
-NO_STAGE= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/i686/x86/}
USE_LINUX= yes
USE_LINUX_APPS= xorglibs
@@ -30,6 +29,7 @@ OPTIONS_DEFAULT= MPG123
MMPG123_RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
.include <bsd.port.options.mk>
+.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE= may not be automatically fetched due to licensing\
@@ -43,11 +43,11 @@ do-build:
${BRANDELF} -t Linux ${WRKSRC}/baudline
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/baudline ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/baudline ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
- @${INSTALL} -d ${DOCSDIR}
- @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
+ @${INSTALL} -d ${STAGEDIR}${DOCSDIR}
+ @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
.endif
@[ -f /compat/linux/proc/stat ] || ${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>