diff options
author | minskim <minskim@pkgsrc.org> | 2005-03-09 20:16:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-03-09 20:16:27 +0000 |
commit | 4ce4aefac75fc12dc0482d2c26665b75bab4af74 (patch) | |
tree | e6868bb99275d75dfa02e65e2e6ce7e8070cec39 /audio | |
parent | 8bdfdbdee699ac1ad674d7875cb776c183dea93f (diff) | |
download | pkgsrc-4ce4aefac75fc12dc0482d2c26665b75bab4af74.tar.gz |
Set INSTALLATION_DIRS for pkgviews (already enabled).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123-esound/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mpg123-esound/Makefile b/audio/mpg123-esound/Makefile index b6f84ca2a09..4c86150e5c3 100644 --- a/audio/mpg123-esound/Makefile +++ b/audio/mpg123-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/01/12 14:17:44 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/03/09 20:16:27 minskim Exp $ PKGNAME= mpg123-esound-${MPG123_VERSION} PKGREVISION= 5 @@ -8,6 +8,8 @@ TARGET_SUFFIX= -esd .include "../mpg123/Makefile.common" +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mpg123 ${PREFIX}/bin/mpg123-esound ${INSTALL_MAN} ${WRKSRC}/mpg123.1 ${PREFIX}/man/man1/mpg123-esound.1 |