summaryrefslogtreecommitdiff
path: root/misc/qterm/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2002-12-22 22:26:53 +0000
committerjmmv <jmmv@pkgsrc.org>2002-12-22 22:26:53 +0000
commit57f534084481e78dfdf3d7cb09f7439fdf41717b (patch)
tree42950a192c97bc4493801eb8568a5515be75af6e /misc/qterm/Makefile
parentd6891004f720d1abaab40b4da9e6fccfc59dd9fe (diff)
downloadpkgsrc-57f534084481e78dfdf3d7cb09f7439fdf41717b.tar.gz
Make this package install its configuration files under the examples tree
and use bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR. Bump PKGREVISION to 1.
Diffstat (limited to 'misc/qterm/Makefile')
-rw-r--r--misc/qterm/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/misc/qterm/Makefile b/misc/qterm/Makefile
index ab0dfec8797..482612fab70 100644
--- a/misc/qterm/Makefile
+++ b/misc/qterm/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2001/02/17 18:09:21 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2002/12/22 22:26:53 jmmv Exp $
#
DISTNAME= qterm-ac-1.0
PKGNAME= qterm-1.0
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.westley.demon.co.uk/src/
@@ -12,4 +13,10 @@ COMMENT= utility to recognise terminal type automatically
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+
+EGDIR= ${PREFIX}/share/examples/qterm
+CONF_FILES= ${EGDIR}/qtermtab ${PKG_SYSCONFDIR}/qtermtab
+
+.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"