summaryrefslogtreecommitdiff
path: root/x11/mlterm/Makefile
diff options
context:
space:
mode:
authorhira <hira>2005-06-06 17:25:57 +0000
committerhira <hira>2005-06-06 17:25:57 +0000
commit54fcc15e047d9eef4ddb6ba43ce32f173ec2d6d6 (patch)
tree5fbeaed1dd355b403eda04796483d7de0bbfaad0 /x11/mlterm/Makefile
parent541727a31a3ecd31e6dc28fc3e5db4a37e22dee6 (diff)
downloadpkgsrc-54fcc15e047d9eef4ddb6ba43ce32f173ec2d6d6.tar.gz
Backout part of previous commit (because CONF_FILES handling is
wrong). Pointed out by wiz@.
Diffstat (limited to 'x11/mlterm/Makefile')
-rw-r--r--x11/mlterm/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 3cae05dc6c1..cffd74fc089 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/06/06 16:13:51 hira Exp $
+# $NetBSD: Makefile,v 1.33 2005/06/06 17:25:57 hira Exp $
DISTNAME= mlterm-2.9.2
CATEGORIES= x11
@@ -15,7 +15,6 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
-PKG_SYSCONFSUBDIR= mlterm
.include "../../mk/bsd.prefs.mk"
@@ -23,13 +22,6 @@ CONFIGURE_ARGS+= --with-imagelib=gdk-pixbuf
CONFIGURE_ARGS+= --with-type-engines=xft
CONFIGURE_ARGS+= --without-libiconv-prefix
CONFIGURE_ARGS+= --without-libintl-prefix
-CONFIGURE_ARGS+= --datadir=${PREFIX}/${PKGLOCALEDIR}
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
-
-.for _f in aafont color font key main menu taafont termcap tfont vaafont \
- vfont xim
-CONF_FILES+= ${PKG_SYSCONFDIR}/${_f}
-.endfor
SUBST_CLASSES+= link
SUBST_MESSAGE.link= "Fixing hardcoded paths and link options."