diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-28 19:19:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-28 19:19:51 +0000 |
commit | e3425347f26cc373e801936f82191cf071a0d696 (patch) | |
tree | 44524044a046bf1a0f0f1a02fe6cffd9b14ea388 /multimedia | |
parent | 077fc50e4488cdfc8c40d95d95eebf0df3a2375b (diff) | |
download | pkgsrc-e3425347f26cc373e801936f82191cf071a0d696.tar.gz |
Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready
for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch,
and this is the final cleanup. "post-buildlink" is now "post-wrapper".
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer-plugin-firefox/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer-plugin-firefox/Makefile.common b/multimedia/mplayer-plugin-firefox/Makefile.common index 7cbbced62d2..bf68a01ac0c 100644 --- a/multimedia/mplayer-plugin-firefox/Makefile.common +++ b/multimedia/mplayer-plugin-firefox/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2004/11/17 02:31:34 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/11/28 19:19:52 jlam Exp $ # DISTNAME= mplayerplug-in-2.70 @@ -38,7 +38,7 @@ post-extract: ${FILESDIR}/mozilla-${f}.pc.in > ${WRKSRC}/mozilla-${f}.pc .endfor -post-buildlink: +post-wrapper: @${MKDIR} ${BUILDLINK_DIR}/lib/pkgconfig @${CP} ${WRKSRC}/*.pc ${BUILDLINK_DIR}/lib/pkgconfig |