diff options
author | joerg <joerg> | 2008-04-07 17:43:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-04-07 17:43:14 +0000 |
commit | b7a2ddc4564a7e989247b4026bfb4df22e6d38e9 (patch) | |
tree | 0d826cc304911161132b59addabafa6c5f80b569 /lang | |
parent | a751e3fb7bb1b1011fc24cf086762f39151d20dd (diff) | |
download | pkgsrc-b7a2ddc4564a7e989247b4026bfb4df22e6d38e9.tar.gz |
Fix installation.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/mpd/Makefile b/lang/mpd/Makefile index 4a65e778e35..65c787ac67e 100644 --- a/lang/mpd/Makefile +++ b/lang/mpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/03/25 09:48:13 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2008/04/07 17:43:14 joerg Exp $ # DISTNAME= mpd.1.0.1 @@ -29,7 +29,8 @@ SUBST_SED.mpd+= -e 's,_WRKSRC_,${WRKSRC},g' SUBST_SED.mpd+= -e 's,_XINC_,${X11BASE}/include,g' SUBST_SED.mpd+= -e 's,_XLIB_,${X11BASE}/lib,g' -INSTALLATION_DIRS= bin lib/mpd ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 share/doc/mpd +INSTALLATION_DIRS= bin lib/mpd ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 \ + ${PKGMANDIR}/man5 share/doc/mpd post-install: ${INSTALL_PROGRAM} ${WRKSRC}/csw/cstest ${PREFIX}/bin/mpd-cstest |