summaryrefslogtreecommitdiff
path: root/audio/libao/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libao/Makefile')
-rw-r--r--audio/libao/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile
index 51548157102..f34d944c8f7 100644
--- a/audio/libao/Makefile
+++ b/audio/libao/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2006/04/13 21:26:17 reed Exp $
+# $NetBSD: Makefile,v 1.31 2006/11/02 17:59:37 joerg Exp $
PKGREVISION= 4
@@ -7,6 +7,6 @@ PKG_INSTALLATION_TYPES= overwrite
.include "Makefile.common"
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/lib/ao/plugins-2
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/ao/plugins-2
.include "../../mk/bsd.pkg.mk"