summaryrefslogtreecommitdiff
path: root/mail/elm/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'mail/elm/patches/patch-aq')
-rw-r--r--mail/elm/patches/patch-aq24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/elm/patches/patch-aq b/mail/elm/patches/patch-aq
new file mode 100644
index 00000000000..5ec1146d1d0
--- /dev/null
+++ b/mail/elm/patches/patch-aq
@@ -0,0 +1,24 @@
+$NetBSD: patch-aq,v 1.1 2010/04/15 06:50:46 dholland Exp $
+
+destdir support.
+
+--- nls/Install~ 2005-08-18 12:49:24.000000000 +0000
++++ nls/Install
+@@ -40,12 +40,12 @@ do
+ echo "\"$InDir\" is not a directory"
+ continue
+ fi
+- if [ ! -d $DestDir ]
++ if [ ! -d $DESTDIR$DestDir ]
+ then
+- echo "\"$DestDir\" is not a directory"
++ echo "\"$DESTDIR$DestDir\" is not a directory"
+ continue
+ fi
+- /bin/rm -f $DestDir/$CATNAME
+- echo "$GENCAT $DestDir/$CATNAME $InDir/*.m"
+- $GENCAT $DestDir/$CATNAME $InDir/*.m
++ /bin/rm -f $DESTDIR$DestDir/$CATNAME
++ echo "$GENCAT $DESTDIR$DestDir/$CATNAME $InDir/*.m"
++ $GENCAT $DESTDIR$DestDir/$CATNAME $InDir/*.m
+ done < $LANGFILE