summaryrefslogtreecommitdiff
path: root/converters/autoconvert/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-20 01:09:05 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-20 01:09:05 +0000
commit3b0d97b0de8516db29699676c860489da3f7f0e1 (patch)
treebb388f6b2532587595653e67cce25229ed050cb8 /converters/autoconvert/Makefile
parent10abca39942a8f34d088f39ccc073fee44271274 (diff)
downloadpkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz
Add DESTDIR support.
Diffstat (limited to 'converters/autoconvert/Makefile')
-rw-r--r--converters/autoconvert/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/converters/autoconvert/Makefile b/converters/autoconvert/Makefile
index 61d711f7b8b..141bfba8c9f 100644
--- a/converters/autoconvert/Makefile
+++ b/converters/autoconvert/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/02/28 11:58:47 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2008/06/20 01:09:09 joerg Exp $
DISTNAME= autoconvert-0.3.13
PKGREVISION= 2
@@ -13,10 +13,11 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake
AUTO_MKDIRS= yes
+INSTALLATION_DIRS= share/examples/autoconvert
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/autoconvert
${INSTALL_DATA} ${WRKSRC}/procmailrc.example ${WRKSRC}/shed.* \
- ${PREFIX}/share/examples/autoconvert
+ ${DESTDIR}${PREFIX}/share/examples/autoconvert
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"