summaryrefslogtreecommitdiff
path: root/archivers/dact/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2002-12-23 08:05:34 +0000
committerjmmv <jmmv>2002-12-23 08:05:34 +0000
commit2bd1fdf80207a7cace2804a13ab79f70c1d7dffd (patch)
tree1dca30179e3cc866cd8165e0ca2d2542a949b68b /archivers/dact/Makefile
parent21ce55cc362b3b0e9c80a9f25b22b573289b1d82 (diff)
downloadpkgsrc-2bd1fdf80207a7cace2804a13ab79f70c1d7dffd.tar.gz
Make this package install its example file inside the examples tree. Do not
copy it to PKG_SYSCONFDIR as it is just an example, not needed for regular operation. Bump PKGREVISION to 1.
Diffstat (limited to 'archivers/dact/Makefile')
-rw-r--r--archivers/dact/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile
index 7d89e5c9c46..4b0d5260963 100644
--- a/archivers/dact/Makefile
+++ b/archivers/dact/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2002/08/25 21:49:02 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2002/12/23 08:05:34 jmmv Exp $
#
DISTNAME= dact-0.8.3
+PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://www.rkeene.org/devel/
@@ -13,6 +14,11 @@ USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+
+pre-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dact
+
.include "../../archivers/bzip2/buildlink2.mk"
.include "../../devel/zlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"