diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-04 14:09:17 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-04 14:09:17 +0000 |
commit | ab8c617f23c50a9aa9e9e994abf2e9dff645566b (patch) | |
tree | cee7918de8042398e0edc73e86701cf040bb6929 /www/dillo/Makefile | |
parent | b4eb5c3e29f0c521429720e4a1adfa14c67c9abf (diff) | |
download | pkgsrc-ab8c617f23c50a9aa9e9e994abf2e9dff645566b.tar.gz |
Properly handle the dpidrc configuration file. Bump PKGREVISION to 1.
Closes PR pkg/28854 by Alexander Becher.
Diffstat (limited to 'www/dillo/Makefile')
-rw-r--r-- | www/dillo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile index 88052fdaff3..45d62f15e19 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2004/11/08 11:00:24 adam Exp $ +# $NetBSD: Makefile,v 1.23 2005/01/04 14:09:17 jmmv Exp $ DISTNAME= dillo-0.8.3 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://dillo.auriga.wearlab.de/download/ EXTRACT_SUFX= .tar.bz2 @@ -18,6 +19,7 @@ CONFIGURE_ARGS= --sysconfdir=${PKG_SYSCONFDIR} EGDIR= ${PREFIX}/share/examples/dillo CONF_FILES= ${EGDIR}/dillorc.default ${PKG_SYSCONFDIR}/dillorc +CONF_FILES+= ${EGDIR}/dpidrc ${PKG_SYSCONFDIR}/dpidrc .include "../../mk/bsd.prefs.mk" |