summaryrefslogtreecommitdiff
path: root/graphics/compface
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2007-03-27 12:34:11 +0000
committerdmcmahill <dmcmahill>2007-03-27 12:34:11 +0000
commitf4f359dc9990307e8d20d4996c53a62164c51f19 (patch)
treed681b99133faa01f152ce246c1d2e1f81ddda5c7 /graphics/compface
parent674126f479eed9f32cda7f81da06537048e85c0c (diff)
downloadpkgsrc-f4f359dc9990307e8d20d4996c53a62164c51f19.tar.gz
only pass a single directory name at a time to 'install -d' as this is more portable.
Fixes install problems on solaris.
Diffstat (limited to 'graphics/compface')
-rw-r--r--graphics/compface/distinfo3
-rw-r--r--graphics/compface/patches/patch-aa17
2 files changed, 19 insertions, 1 deletions
diff --git a/graphics/compface/distinfo b/graphics/compface/distinfo
index fefade88ecd..98db5d88a9f 100644
--- a/graphics/compface/distinfo
+++ b/graphics/compface/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2007/03/08 19:23:04 wiz Exp $
+$NetBSD: distinfo,v 1.8 2007/03/27 12:34:11 dmcmahill Exp $
SHA1 (compface-1.5.2.tar.gz) = 72dad8774b3301a1562bdbd5b3c5536ebf86a03d
RMD160 (compface-1.5.2.tar.gz) = 17174e8c263ae3984dd74fa7e93f8835773cd742
Size (compface-1.5.2.tar.gz) = 46970 bytes
+SHA1 (patch-aa) = 3ed1a6cb88914f199b106fa31ee3e5fcbb2aff4b
diff --git a/graphics/compface/patches/patch-aa b/graphics/compface/patches/patch-aa
new file mode 100644
index 00000000000..641a22e2eb9
--- /dev/null
+++ b/graphics/compface/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.4 2007/03/27 12:34:11 dmcmahill Exp $
+
+--- Makefile.in.orig 2005-10-04 08:59:49.000000000 -0400
++++ Makefile.in
+@@ -74,7 +74,11 @@ dist: $(DISTFILES)
+ $(RM) -rf `cat .fname` .fname
+
+ install: $(NAMEEXE) $(UNNAMEEXE) $(LIBNAME)
+- $(INSTALL_PROGRAM) -d $(BINDIR) $(LIBDIR) $(MAN1DIR) $(MAN3DIR) $(INCLUDEDIR)
++ $(BSD_INSTALL_PROGRAM_DIR) $(BINDIR)
++ $(BSD_INSTALL_LIB_DIR) $(LIBDIR)
++ $(BSD_INSTALL_MAN_DIR) $(MAN1DIR)
++ $(BSD_INSTALL_MAN_DIR) $(MAN3DIR)
++ $(BSD_INSTALL_DATA_DIR) $(INCLUDEDIR)
+ $(INSTALL_PROGRAM) $(srcdir)/$(NAMEEXE) $(EXECUTABLE)
+ -chmod 0755 $(EXECUTABLE)
+ -strip $(EXECUTABLE)