summaryrefslogtreecommitdiff
path: root/editors/joe
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-07-10 03:00:49 +0000
committerobache <obache@pkgsrc.org>2010-07-10 03:00:49 +0000
commite1c32137863ca21718736a339c3044df97bb13e5 (patch)
treed5bcd67cff328b86d420f0e1e8da1229731c0b91 /editors/joe
parent6baa882f2133eafac2813cd0740fdc1b73fc3cdb (diff)
downloadpkgsrc-e1c32137863ca21718736a339c3044df97bb13e5.tar.gz
Fixes handling of PKG_SYSCONFSUBDIR, PR#43584.
Bump PKGREVISION.
Diffstat (limited to 'editors/joe')
-rw-r--r--editors/joe/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile
index cce4fe20259..4b02dc80857 100644
--- a/editors/joe/Makefile
+++ b/editors/joe/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2010/06/23 12:52:42 adam Exp $
+# $NetBSD: Makefile,v 1.33 2010/07/10 03:00:49 obache Exp $
DISTNAME= joe-3.7
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=joe-editor/}
@@ -12,18 +13,18 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
-INSTALLATION_DIRS+= ${PKG_SYSCONFDIR}/joe
+PKG_SYSCONFSUBDIR= joe
EGDIR= ${PREFIX}/share/examples/joe
-CONF_FILES= ${EGDIR}/ftyperc ${PKG_SYSCONFDIR}/joe/ftyperc
-CONF_FILES+= ${EGDIR}/jicerc.ru ${PKG_SYSCONFDIR}/joe/jicerc.ru
-CONF_FILES+= ${EGDIR}/jmacsrc ${PKG_SYSCONFDIR}/joe/jmacsrc
-CONF_FILES+= ${EGDIR}/joerc ${PKG_SYSCONFDIR}/joe/joerc
-CONF_FILES+= ${EGDIR}/jpicorc ${PKG_SYSCONFDIR}/joe/jpicorc
-CONF_FILES+= ${EGDIR}/jstarrc ${PKG_SYSCONFDIR}/joe/jstarrc
-CONF_FILES+= ${EGDIR}/rjoerc ${PKG_SYSCONFDIR}/joe/rjoerc
+CONF_FILES= ${EGDIR}/ftyperc ${PKG_SYSCONFDIR}/ftyperc
+CONF_FILES+= ${EGDIR}/jicerc.ru ${PKG_SYSCONFDIR}/jicerc.ru
+CONF_FILES+= ${EGDIR}/jmacsrc ${PKG_SYSCONFDIR}/jmacsrc
+CONF_FILES+= ${EGDIR}/joerc ${PKG_SYSCONFDIR}/joerc
+CONF_FILES+= ${EGDIR}/jpicorc ${PKG_SYSCONFDIR}/jpicorc
+CONF_FILES+= ${EGDIR}/jstarrc ${PKG_SYSCONFDIR}/jstarrc
+CONF_FILES+= ${EGDIR}/rjoerc ${PKG_SYSCONFDIR}/rjoerc
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"