summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-03 13:20:08 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-03 13:20:08 +0000
commita2f44201a83701f5e19fae997baf229577add904 (patch)
treea5ede282e04c4b124618532f887f25ecbc8c21c6 /audio
parent- Support staging (diff)
Support staging
Notes
Notes: svn path=/head/; revision=346895
Diffstat (limited to 'audio')
-rw-r--r--audio/mpg123.el/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/audio/mpg123.el/Makefile b/audio/mpg123.el/Makefile
index fa8bc5637691..134bb55325e0 100644
--- a/audio/mpg123.el/Makefile
+++ b/audio/mpg123.el/Makefile
@@ -23,16 +23,12 @@ XELISPDIR= ${PREFIX}/lib/xemacs/site-lisp
FETCH_ARGS= -AR
FETCH_BEFORE_ARGS= -o mpg123el.cgi?${PORTVERSION}
-NO_STAGE= yes
do-install:
- ${MKDIR} ${ELISPDIR}
- ${INSTALL_DATA} ${DISTDIR}/mpg123el.cgi?${PORTVERSION} ${ELISPDIR}/${PORTNAME}
+ @${MKDIR} ${STAGEDIR}${ELISPDIR}
+ ${INSTALL_DATA} ${DISTDIR}/mpg123el.cgi?${PORTVERSION} ${STAGEDIR}${ELISPDIR}/${PORTNAME}
# For XEmacs
- ${MKDIR} ${XELISPDIR}
- ${LN} -sf ${ELISPDIR}/${PORTNAME} ${XELISPDIR}/${PORTNAME}
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ @${MKDIR} ${STAGEDIR}${XELISPDIR}
+ ${LN} -sf ${PORTNAME} ${STAGEDIR}${XELISPDIR}/${PORTNAME}
.include <bsd.port.mk>