diff options
author | tron <tron@pkgsrc.org> | 2001-01-21 17:28:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-21 17:28:20 +0000 |
commit | c3dca549d1c34390b6f6e46ab4fa5171b0c29255 (patch) | |
tree | e2ede12bbb9b875ebcf66327ab2554b7de06e33b /x11 | |
parent | 068d8b48392ec29ccaf8af74ab95aa180a3cd03b (diff) | |
download | pkgsrc-c3dca549d1c34390b6f6e46ab4fa5171b0c29255.tar.gz |
Add missing newline at the end of "cappletConf.sh.in".
Diffstat (limited to 'x11')
-rw-r--r-- | x11/controlcenter/files/patch-sum | 3 | ||||
-rw-r--r-- | x11/controlcenter/patches/patch-ad | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/x11/controlcenter/files/patch-sum b/x11/controlcenter/files/patch-sum index 08dbcf1a886..745d195586a 100644 --- a/x11/controlcenter/files/patch-sum +++ b/x11/controlcenter/files/patch-sum @@ -1,5 +1,6 @@ -$NetBSD: patch-sum,v 1.6 2000/10/18 00:01:12 jlam Exp $ +$NetBSD: patch-sum,v 1.7 2001/01/21 17:28:20 tron Exp $ MD5 (patch-aa) = e5fe16885fac47fbe25735544113aecd MD5 (patch-ab) = 9885e5f161fdfbfa9b3c5f6b9060fee2 MD5 (patch-ac) = 870967e0d116bd3450c26db64e230fb1 +MD5 (patch-ad) = 3141258e3455d7cc37671f53ec85d13d diff --git a/x11/controlcenter/patches/patch-ad b/x11/controlcenter/patches/patch-ad new file mode 100644 index 00000000000..871078e5810 --- /dev/null +++ b/x11/controlcenter/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2001/01/21 17:28:21 tron Exp $ + +Add a missing space at the end of the file. + +--- control-center/cappletConf.sh.in.orig Sun Sep 19 00:30:38 1999 ++++ control-center/cappletConf.sh.in Sun Jan 21 18:15:35 2001 +@@ -1,4 +1,4 @@ + CAPPLET_LIBDIR="@GNOME_LIBDIR@" + CAPPLET_LIBS="-lcapplet @GNOMEUI_LIBS@ @ORB_LIBS@ -lgnorba" + CAPPLET_INCLUDEDIR="@GNOME_INCLUDEDIR@" +-MODULE_VERSION="capplet-@VERSION@" ++MODULE_VERSION="capplet-@VERSION@" |