diff options
Diffstat (limited to 'audio/gsm/Makefile')
-rw-r--r-- | audio/gsm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile index 570cd12e731..719f2eb8029 100644 --- a/audio/gsm/Makefile +++ b/audio/gsm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2007/02/22 19:26:05 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2007/03/24 19:21:19 joerg Exp $ # DISTNAME= gsm-1.0.10 @@ -15,6 +15,7 @@ USE_LIBTOOL= yes NO_CONFIGURE= yes MAKE_ENV+= INSTALL_ROOT=${PREFIX:Q} ROOT=${WRKSRC:Q} +INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 post-install: ${INSTALL_DATA_DIR} ${PREFIX}/include/gsm |