summaryrefslogtreecommitdiff
path: root/cad/gschem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/gschem/Makefile')
-rw-r--r--cad/gschem/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile
index 53db62ec8f5..1b84386be06 100644
--- a/cad/gschem/Makefile
+++ b/cad/gschem/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2007/02/23 13:51:05 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.43 2007/05/31 12:48:32 dmcmahill Exp $
#
DISTNAME= geda-gschem-${PKGVERSION}
PKGNAME= gschem-${PKGVERSION}
-PKGREVISION= 1
CATEGORIES= cad
MAINTAINER= dmcmahill@NetBSD.org
@@ -18,6 +17,10 @@ CONFLICTS+= gEDA<19991011
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
+# otherwise the gettext stuff in here tries to do
+# /bin/sh /usr/bin/install -d /some/directory
+# but of course /usr/bin/install is a binary.
+MAKE_FLAGS+= install_sh=${WRKSRC}/install-sh
USE_PKGLOCALEDIR= YES
.include "../../cad/libgeda/buildlink3.mk"